Sign in
llvm
/
llvm-project.git
/
refs/heads/users/wlei-llvm/spr/tmp-add-func-map-section-header
/
.
/
clang
/
test
/
Preprocessor
/
c2y.c
blob: 1d659d2c726d6a3b17699069e4fba56890fdcb3d [
file
] [
log
] [
blame
]
// 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__"
);