bolt/deps/llvm-18.1.8/compiler-rt/test/profile/Inputs/extern_template1.cpp
2025-02-14 19:21:04 +01:00

9 lines
111 B
C++

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