xref
: /
llvm-project
/
bolt
/
test
/
Inputs
/
hello.c
(revision 4c106cfdf7cf7eec861ad3983a3dd9a9e8f3a8ae)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
main()
3
int
main
() {
4
printf
(
"Hello, world!\n"
);
5
6
return
0;
7
}
8