Blame elf/tst-tlsmod11.c

Packit Service 82fcde
#include "tst-tls10.h"
Packit Service 82fcde
Packit Service 82fcde
__thread struct A a1 = { 4, 5, 6 };
Packit Service 82fcde
__thread struct A a2 = { 7, 8, 9 };