xref
: /
linux
/
tools
/
build
/
feature
/
test-compile.c
(revision 2ec8107d8e0d1d285b2bbf1999e7f4e46b6b535b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
int
main
(
void
)
3
{
4
printf
(
"Hello World!\n"
);
5
return
0;
6
}
7