blob: 52f644593afb0dfa6571e1ef3889b7b77a7c6c3a [file] [log] [blame]
/* { dg-additional-options "-fpermissive" } */
void bar (struct S *);
void foo (void *x)
{
bar ((struct S *) x);
}