1 void bar (struct S *);
foo(void * x)2 void foo (void *x)
3 {
4   bar ((struct S *) x);
5 }
6