]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/tst-tlsmod13.c
test-container: Fix "unused code" warnings on HURD
[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}