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