Files
Android11/external/compiler-rt/test/profile/Inputs/extern_template1.cpp
2023-10-13 14:01:41 +00:00

10 lines
111 B
C++

#define USE
#include "extern_template.h"
#undef USE
Test<int> TO;
int foo() {
TO.doIt(20);
return TO.M;
}