1extern int not_exist (void);
2
3int foo (void)
4{
5 return not_exist ();
6}
7

source code of glibc/elf/tst-nodelete-rtldmod.cc