Sign in
llvm
/
llvm-project
/
41d59a36459ea99ada4819a26072366f77484f87
/
.
/
compiler-rt
/
test
/
profile
/
Inputs
/
extern_template1.cpp
blob: 372ffd25109fe4d9b0f4c1734f3fa1c19f971e20 [
file
] [
log
] [
blame
]
#define
USE
#include
"extern_template.h"
#undef
USE
Test
<int>
TO
;
int
foo
()
{
TO
.
doIt
(
20
);
return
TO
.
M
;
}