1/* Undefined symbol. */
2extern int not_exist (void);
3
4int foo (void)
5{
6 return not_exist ();
7}
8

source code of glibc/elf/tst-nodelete2mod.c