Add missed test coverage

This amends b67d557bd3 to add the test
coverage for those changes.
This commit is contained in:
Aaron Ballman
2024-07-02 07:24:18 -04:00
parent c5f7f38031
commit 0f387ec7d5

View File

@@ -0,0 +1,6 @@
// 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__");