xref
: /
third_party
/
ltp
/
testcases
/
commands
/
ld
/
datafiles
/
f1.c
(revision f08c3bdf)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/ltp/testcases/commands/ld/datafiles/
1
2
void
f1
(
void
)
3
{
4
int
i =
69
;
5
i = i;
6
return
;
7
}
8