bolt/deps/llvm-18.1.8/compiler-rt/test/profile/Inputs/extern_template2.cpp

10 lines
117 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
#define USE
#include "extern_template.h"
#undef USE
extern Test<int> TO;
int bar() {
TO.doIt(5);
return TO.M;
}