1 void 2 __attribute__((constructor)) xxx(void)3 xxx (void) 4 { 5 extern void baz (void); 6 baz (); 7 } 8