hanchenye-llvm-project/compiler-rt/test/profile/Inputs/instrprof-dynamic-main.cpp

10 lines
156 B
C++

#include "instrprof-dynamic-header.h"
void foo(int K) { if (K) {} }
int main(int argc, char *argv[]) {
foo(5);
bar<void>();
a();
b();
return 0;
}