xref: /aosp_15_r20/external/compiler-rt/test/profile/Inputs/extern_template1.cpp (revision 7c3d14c8b49c529e04be81a3ce6f5cc23712e4c6)
1 #define USE
2 #include "extern_template.h"
3 #undef USE
4 
5 Test<int> TO;
foo()6 int foo() {
7   TO.doIt(20);
8   return TO.M;
9 }
10