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
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
c2y.c
blob
1d659d2c726d6a3b17699069e4fba56890fdcb3d
1
// RUN: %clang_cc1 -fsyntax-only -verify -std=c2y %s
2
// expected-no-diagnostics
3
4
// FIXME: Set this to test the correct value once that value is set by WG14.
5
static_assert
(
__STDC_VERSION__
>
202311L
,
"Incorrect __STDC_VERSION__"
);
6