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