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_template2.cpp
blob
ac2f8587b0d8ec6f64d8a255cfe13727a47932e8
1
#define USE
2
#include
"extern_template.h"
3
#undef USE
4
5
extern
Test
<
int
>
TO
;
6
int
bar
() {
7
TO
.
doIt
(
5
);
8
return
TO
.
M
;
9
}