xref
: /
linux
/
tools
/
build
/
feature
/
test-hello.c
(revision 2c33ce009ca2389dbf0535d0672214d09738e35e)
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