Files
linux-packaging-mono/external/llvm-project/compiler-rt/test/profile/Inputs/instrprof-dynamic-header.h

8 lines
86 B
C
Raw Normal View History

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