Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
llvm-project
/
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
;
}