Sign in
rust
/
llvm-project
/
refs/heads/rust-revert-fastisel
/
.
/
llvm
/
test
/
tools
/
llvm-debuginfo-analyzer
/
WebAssembly
/
Inputs
/
hello-world.cpp
blob: 73a8e247e26ec36d8e4a55fb1f86799e61efaa87 [
file
] [
edit
]
extern
int
printf
(
const
char
*
format
,
...
);
int
main
()
{
printf
(
"Hello, World\n"
);
return
0
;
}