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
/
Index
/
Inputs
/
preamble-with-implicit-import.h
blob
1b429678f21350822bb33d52c18b2dfabd9c5159
1
#include
"preamble-with-implicit-import-A.h"
2
3
// Typo is defined in B, which is not imported.
4
void
useTypeFromB
(
Typo
*);