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