Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.
[glibc.git] / elf / tst-tlsmod13.c
blob7712d8b8c86d94b3963f85b0d6c6636b9e23bf36
1 __thread int a[2] __attribute__ ((tls_model ("initial-exec")));
3 int
4 foo (void)
6 return a[0];