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
/
Modules
/
Inputs
/
explicit-build
/
a.h
blob
a52f7357ff75a93b442fd62ed4f0543df04485d4
1
#if !__building_module(a) && !BUILDING_A_PCH
2
#error
"should only get here when building module a"
3
#endif
4
5
const int
a
=
1
;