Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / profile / Inputs / instrprof-dynamic-a.cpp
blob7468cd4eb04ef9b2a3c28f62fab8bc5adab9c1fb
1 #include "instrprof-dynamic-header.h"
2 void a() { // COV: [[@LINE]]| 1|void a
3 if (true) { // COV: [[@LINE]]| 1| if
4 bar<void>(1); // COV: [[@LINE]]| 1| bar
5 bar<char>(1); // COV: [[@LINE]]| 1| bar
6 } // COV: [[@LINE]]| 1| }