repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
bolt
/
test
/
Inputs
/
hello.c
blob
150656567ad3e2c4397c11f474e267053e7b1b6c
1
#include <stdio.h>
2
3
int
main
() {
4
printf
(
"Hello, world!
\n
"
);
5
6
return
0
;
7
}