aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20050105-1.c
blob: 52f644593afb0dfa6571e1ef3889b7b77a7c6c3a (plain)
1
2
3
4
5
6
/* { dg-additional-options "-fpermissive" } */
void bar (struct S *);
void foo (void *x)
{
  bar ((struct S *) x);
}