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