Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
compiler-rt
/
test
/
profile
/
Inputs
/
extern_template2.cpp
blob: ac2f8587b0d8ec6f64d8a255cfe13727a47932e8 [
file
] [
log
] [
blame
]
Xinliang David Li
adbb7b7
2016-02-28 00:45:13 +0000
[
diff
] [
blame
]
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
}