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