repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
c2x.c
blob
96fc9273a286857b7e500bbf6aca03b28a71640d
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__"
);