rtld: properly handle root directory in load path (bug 30435)
[platform/upstream/glibc.git] / elf / tst-nodelete2mod.c
1 /* Undefined symbol.  */
2 extern int not_exist (void);
3
4 int foo (void)
5 {
6   return not_exist ();
7 }