Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / Inputs / hello.c
blob150656567ad3e2c4397c11f474e267053e7b1b6c
1 #include <stdio.h>
3 int main() {
4 printf("Hello, world!\n");
6 return 0;