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