elf: Allow dlopen of filter object to work [BZ #16272]
[platform/upstream/glibc.git] / elf / tst-tlsmod13.c
1 __thread int a[2] __attribute__ ((tls_model ("initial-exec")));
2
3 int
4 foo (void)
5 {
6   return a[0];
7 }