xref: /llvm-project/compiler-rt/test/profile/Inputs/instrprof-dynamic-b.cpp (revision ba6e2ae0c56d551b19a909e04f8dc2e864e0a383)
1 #include "instrprof-dynamic-header.h"
b()2 void b() {
3   if (true) {
4     bar<void>(1);
5     bar<int>(1);
6   }
7 }
8