bolt/deps/llvm-18.1.8/compiler-rt/test/profile/Inputs/instrprof-dynamic-header.h
2025-02-14 19:21:04 +01:00

7 lines
86 B
C++

template <class T> void bar(int X) {
if (X) {
X *= 4;
}
}
void a();
void b();