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