xref: /aosp_15_r20/external/compiler-rt/test/profile/Inputs/instrprof-dynamic-a.cpp (revision 7c3d14c8b49c529e04be81a3ce6f5cc23712e4c6)
1*7c3d14c8STreehugger Robot #include "instrprof-dynamic-header.h"
a()2*7c3d14c8STreehugger Robot void a() {                             // COV: 1| [[@LINE]]|void a
3*7c3d14c8STreehugger Robot   if (true) {                          // COV: 1| [[@LINE]]|  if
4*7c3d14c8STreehugger Robot     bar<void>(1);                      // COV: 1| [[@LINE]]|    bar
5*7c3d14c8STreehugger Robot     bar<char>(1);                      // COV: 1| [[@LINE]]|    bar
6*7c3d14c8STreehugger Robot   }                                    // COV: 1| [[@LINE]]|  }
7*7c3d14c8STreehugger Robot }
8