Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / profile / Inputs / instrprof-gcov-one-line-function.c
blobee158235196959e8688eb5de314106e9dab0b421
1 void foo() { }
3 void bar() { }
5 int main(void) {
6 foo();
8 bar();
10 return 0;