Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / profile / Inputs / instrprof-dynamic-main.cpp
blob2cf37c8b6d5e72d3b711be70c6c3f55a23f8495b
1 #include "instrprof-dynamic-header.h"
2 void foo(int K) { if (K) {} }
3 int main(int argc, char *argv[]) {
4 foo(5);
5 bar<void>(1);
6 a();
7 b();
8 return 0;