We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06fc2b commit d437e68Copy full SHA for d437e68
clang/test/SemaCXX/constexpr-single-element-array.cpp
@@ -1,4 +1,6 @@
1
// RUN: %clang_cc1 -std=c++20 -verify %s
2
+// RUN: %clang_cc1 -std=c++20 -verify -fexperimental-new-constant-interpreter %s
3
+
4
5
// This test makes sure that a single element array doesn't produce
6
// spurious errors during constexpr evaluation.
0 commit comments