Files
clang-p2996/compiler-rt/test/profile/Inputs/instrprof-dynamic-b.cpp
Justin Bogner ba6e2ae0c5 profile: Fix link errors in this test on darwin
llvm-svn: 238622
2015-05-29 22:41:25 +00:00

8 lines
104 B
C++

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