xref: /aosp_15_r20/external/compiler-rt/test/profile/Inputs/instrprof-dynamic-header.h (revision 7c3d14c8b49c529e04be81a3ce6f5cc23712e4c6)

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