1 2 3 4 5 6
/* { dg-additional-options "-fpermissive" } */ void bar (struct S *); void foo (void *x) { bar ((struct S *) x); }