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