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