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]
/
compiler-rt
/
test
/
profile
/
Inputs
/
extern_template1.cpp
blob
372ffd25109fe4d9b0f4c1734f3fa1c19f971e20
1
#define USE
2
#include
"extern_template.h"
3
#undef USE
4
5
Test
<
int
>
TO
;
6
int
foo
() {
7
TO
.
doIt
(
20
);
8
return
TO
.
M
;
9
}