Sign in
gnu
/
gcc
/
19220ca6aa79921cc431e41f25986e16410c7a6a
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20000517-1.c
blob: 903e61eefad1faaf0dc683b1279180ad3460d62e [
file
] [
log
] [
blame
]
void
test2
(
int
*,
int
,
int
,
int
);
void
test
()
{
int
l
;
test2
(
0
,
0
,
0
,
0
);
test2
(&
l
,
0
,
0
,
0
);
}