xref
: /
third_party
/
ltp
/
testcases
/
commands
/
nm
/
datafiles
/
f2.c
(revision f08c3bdf)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/ltp/testcases/commands/nm/datafiles/
1
#
include
<
stdio.h
>
2
3
int
main
(
void
)
4
{
5
printf
(
"Hello World\n"
);
6
return
(0);
7
}
8