rtld: properly handle root directory in load path (bug 30435)
[platform/upstream/glibc.git] / elf / nodlopenmod2.c
1 extern int a;
2
3 extern int foo (void);
4
5 int
6 foo (void)
7 {
8   return a;
9 }