xref: /minix3/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/instrprof-dynamic-b.cpp (revision bdb565187c0f1a04513dd488df843317b27f86c8)
1 #include "instrprof-dynamic-header.h"
2 void b() {
3   if (true) {
4     bar<void>();
5     bar<int>();
6   }
7 }
8