1extern void foo (void);
2extern void bar (void);
3
4void
5bar (void)
6{
7 foo ();
8}
9

source code of glibc/elf/unload2mod.c