Revert "elf: Refuse to dlopen PIE objects [BZ #24323]"
[platform/upstream/glibc.git] / elf / tst-tlsgap-mod2.c
1 int __thread tls2;
2 int *f2(void) { return &tls2; }