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 9420fc4 commit bdac5deCopy full SHA for bdac5de
clang/test/AST/Interp/c.c
@@ -1,7 +1,7 @@
1
-// RUN: %clang_cc1 -fexperimental-new-constant-interpreter -verify %s
2
-// RUN: %clang_cc1 -fexperimental-new-constant-interpreter -pedantic -verify=pedantic-expected %s
3
-// RUN: %clang_cc1 -verify=ref %s
4
-// RUN: %clang_cc1 -pedantic -verify=pedantic-ref %s
+// RUN: %clang_cc1 -fexperimental-new-constant-interpreter -verify -std=c11 %s
+// RUN: %clang_cc1 -fexperimental-new-constant-interpreter -pedantic -verify=pedantic-expected -std=c11 %s
+// RUN: %clang_cc1 -verify=ref -std=c11 %s
+// RUN: %clang_cc1 -pedantic -verify=pedantic-ref -std=c11 %s
5
6
/// expected-no-diagnostics
7
0 commit comments