Sign in
cobalt
/
cobalt
/
02dc75a3e28204929da5793da854c523d59e642c
/
.
/
src
/
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
;
}