#include "t9.h" void *x = (void *) foo; void fn1 () { S s; foo (4); s.baz (12); } int main () { return 0; }