Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / Inputs / asm_main.c
blobf67f6c481a42e111b1e0047fb3877339dfa234f0
1 void foo(void);
3 int main() {
4 foo();
5 return 0;