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

16 lines
118 B
C

void bar ();
void
foo (void *x, short y)
{
bar (x, y + 1);
}
void
bar (x, y)
void *x;
char *y;
{
baz (y);
}