]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/tst-tlsmod13.c
Fix testing with nss-crypt.
[thirdparty/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 }