xref: /minix3/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/instrprof-dynamic-main.cpp (revision bdb565187c0f1a04513dd488df843317b27f86c8)
1 #include "instrprof-dynamic-header.h"
2 void foo(int K) { if (K) {} }
3 int main(int argc, char *argv[]) {
4   foo(5);
5   bar<void>();
6   a();
7   b();
8   return 0;
9 }
10