Move BZ#11261 from 2.18 to 2.16 bug list.
[glibc.git] / elf / tst-tlsmod15a.c
blob66c707129acd8aa3e5e6b9cb63d0eeee503ce1c0
1 extern int nonexistent_dummy_var;
2 int *
3 foo (void)
5 return &nonexistent_dummy_var;