]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/tst-tlsmod13.c
Fix math/test-fenvinline for no-exceptions configurations.
[thirdparty/glibc.git] / elf / tst-tlsmod13.c
CommitLineData
541765b6 1__thread int a[2] __attribute__ ((tls_model ("initial-exec")));
541765b6
UD
2
3int
4foo (void)
5{
6 return a[0];
7}