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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
c17.c
blob
7031eec11ed546b677c4ee54ca6b3a7dc070ce50
1
// RUN: %clang_cc1 -fsyntax-only -verify -std=c17 %s
2
// RUN: %clang_cc1 -fsyntax-only -verify -std=c18 %s
3
// expected-no-diagnostics
4
5
_Static_assert
(
__STDC_VERSION__
==
201710L
,
"Incorrect __STDC_VERSION__"
);