xref
: /
external
/
ltp
/
testcases
/
commands
/
ade
/
ld
/
f1.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
f1(void)
2
void
f1
(
void
)
3
{
4
int
i
=
69
;
5
i
=
i
;
6
return
;
7
}
8