]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/tst-tlsmod11.c
elf: Fix hwcaps string size overestimation
[thirdparty/glibc.git] / elf / tst-tlsmod11.c
CommitLineData
94c24227
UD
1#include "tst-tls10.h"
2
94c24227
UD
3__thread struct A a1 = { 4, 5, 6 };
4__thread struct A a2 = { 7, 8, 9 };