xref: /minix3/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/instrprof-dynamic-header.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)

bar()1*0a6a1f1dSLionel Sambuc template <class T> void bar() {
2*0a6a1f1dSLionel Sambuc   if (true) {}
3*0a6a1f1dSLionel Sambuc }
4*0a6a1f1dSLionel Sambuc void a();
5*0a6a1f1dSLionel Sambuc void b();
6