1#include "tst-tls10.h"
2
3__thread struct A a1 = { 4, 5, 6 };
4__thread struct A a2 = { 7, 8, 9 };
5

source code of glibc/elf/tst-tlsmod11.c