void
test2
(
int
*
,
int
,
int
,
int
)
;
void
test
(
)
{
int
l
;
test2
(
0
,
0
,
0
,
0
)
;
test2
(
&
l
,
0
,
0
,
0
)
;
}
syntax highlighted by
Code2HTML
, v. 0.9.1