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

6 lines
70 B
C

void bar (struct S *);
void foo (void *x)
{
bar ((struct S *) x);
}