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
/
ClangScanDeps
/
Inputs
/
header-search-pruning
/
mod.h
blob
539ee5b3a05aed977fcac2e4ba1f99346a07899a
1
#include
"begin.h"
2
3
#ifdef INCLUDE_A
4
#include
"a.h"
5
#endif
6
7
#ifdef INCLUDE_B
8
#include
"b.h"
9
#endif
10
11
#include
"end.h"