xref: /llvm-project/compiler-rt/test/profile/Inputs/instrprof-dynamic-header.h (revision ba6e2ae0c56d551b19a909e04f8dc2e864e0a383)

bar(int X)1 template <class T> void bar(int X) {
2   if (X) {
3     X *= 4;
4   }
5 }
6 void a();
7 void b();
8