Sign in
rust
/
rust-lang
/
llvm-project
/
98bfdac5ce82d1679f8af9a57501471812ab68d7
/
.
/
clang
/
test
/
Preprocessor
/
c2x.c
blob: 96fc9273a286857b7e500bbf6aca03b28a71640d [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify -std=c2x %s
// expected-no-diagnostics
// FIXME: Test the correct value once C23 ships.
_Static_assert
(
__STDC_VERSION__
>
201710L
,
"Incorrect __STDC_VERSION__"
);