xref
: /
freebsd
/
contrib
/
netbsd-tests
/
usr.bin
/
xlint
/
lint1
/
d_c99_decls_after_stmt3.c
(revision 9268022b74279434ed6300244e3f977e56a8ceb5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
sample(int i)
1
void
sample
(
int
i
)
2
{
3
i
+=
1
;
4
int
j
= 0;
j
+=
1
;
5
}
6