Files
linux-packaging-mono/external/llvm-project/compiler-rt/test/profile/Inputs/extern_template2.cpp

10 lines
117 B
C++
Raw Normal View History

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