rtld: properly handle root directory in load path (bug 30435)
[platform/upstream/glibc.git] / elf / tst-unique2mod1.c
1 #include <config.h>
2
3 asm (".data;"
4      ".globl var\n"
5      ".type var, %gnu_unique_object\n"
6      ".size var, 4\n"
7      "var:.zero 4\n"
8      ".previous");