Aaron Ballman 0f387ec7d5 Add missed test coverage
This amends b67d557bd3627a428d5041edec129587d6d3972c to add the test
coverage for those changes.
2024-07-02 07:26:02 -04:00

7 lines
232 B
C

// RUN: %clang_cc1 -fsyntax-only -verify -std=c2y %s
// expected-no-diagnostics
// FIXME: Set this to test the correct value once that value is set by WG14.
static_assert(__STDC_VERSION__ > 202311L, "Incorrect __STDC_VERSION__");