1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c2x %s
2 // expected-no-diagnostics
3 
4 // FIXME: Test the correct value once C23 ships.
5 _Static_assert(__STDC_VERSION__ > 201710L, "Incorrect __STDC_VERSION__");
6