Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Preprocessor / c2x.c
blobd137d58f815bddc093cecda23d28b148a6efed84
1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c2x %s
2 // RUN: %clang_cc1 -fsyntax-only -verify -std=c23 %s
3 // expected-no-diagnostics
5 _Static_assert(__STDC_VERSION__ == 202311L, "Incorrect __STDC_VERSION__");