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

source code of glibc/elf/nodel2mod2.c