xref: /llvm-project/clang/test/Preprocessor/c2x.c (revision 13629b140801870feff855ca168edf6b34dbef8d)
1c8be7743SAaron Ballman // RUN: %clang_cc1 -fsyntax-only -verify -std=c2x %s
2*13629b14SAaron Ballman // RUN: %clang_cc1 -fsyntax-only -verify -std=c23 %s
3c8be7743SAaron Ballman // expected-no-diagnostics
4c8be7743SAaron Ballman 
5*13629b14SAaron Ballman _Static_assert(__STDC_VERSION__ == 202311L, "Incorrect __STDC_VERSION__");
6