2.9
[glibc/nacl-glibc.git] / elf / tst-tlsmod11.c
blob9938b5753ae549740a586b58446eff088729cd80
1 #include "tst-tls10.h"
3 #ifdef USE_TLS__THREAD
4 __thread struct A a1 = { 4, 5, 6 };
5 __thread struct A a2 = { 7, 8, 9 };
6 #endif