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 9cea288 commit e2e3624Copy full SHA for e2e3624
clang/test/Sema/constexpr-void-cast.c
@@ -1,5 +1,5 @@
1
-// RUN: %clang_cc1 -x c -fsyntax-only %s -verify=c
2
-// RUN: %clang_cc1 -x c -fsyntax-only %s -pedantic -verify=c-pedantic
+// RUN: %clang_cc1 -x c -fsyntax-only %s -verify=c -std=c11
+// RUN: %clang_cc1 -x c -fsyntax-only %s -pedantic -verify=c-pedantic -std=c11
3
//
4
// RUN: %clang_cc1 -x c++ -fsyntax-only %s -verify=cxx
5
// RUN: %clang_cc1 -x c++ -fsyntax-only %s -pedantic -verify=cxx-pedantic
0 commit comments