xref
: /
linux
/
tools
/
build
/
feature
/
test-hello.c
(revision a33d42dd03352d2e9d3d2c00bfa435c7a5ebab25)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
3
int
main
(
void
)
4
{
5
return
puts
(
"hi"
);
6
}
7