rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20000517-1.c

10 lines
107 B
C

void test2 (int*, int, int, int);
void test ()
{
int l;
test2 (0, 0, 0, 0);
test2 (&l, 0, 0, 0);
}