blob: 16d18f306371f46ade8904cd628b039c075a034f [file] [log] [blame]
void bar (struct S *);
void foo (void *x)
{
bar ((struct S *) x);
}