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 309e169 commit 4098e98Copy full SHA for 4098e98
clang/test/Headers/stddef.c
@@ -1,6 +1,6 @@
1
// RUN: %clang_cc1 -fsyntax-only -verify=c99 -std=c99 %s
2
// RUN: %clang_cc1 -fsyntax-only -verify=c11 -std=c11 %s
3
-// RUN: %clang_cc1 -fsyntax-only -verify=c23 -std=c23 %s
+// RUN: %clang_cc1 -fsyntax-only -verify=c23 -std=c2x %s
4
5
struct astruct { char member; };
6
clang/test/Headers/stddefneeds.c
@@ -1,5 +1,5 @@
// Use C99 to verify that __need_ can be used to get types that wouldn't normally be available.
0 commit comments