llvm-project/compiler-rt/test/profile/Inputs/instrprof-dynamic-a.cpp
2015-05-29 22:41:25 +00:00

8 lines
105 B
C++

#include "instrprof-dynamic-header.h"
void a() {
if (true) {
bar<void>(1);
bar<char>(1);
}
}