aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/testsuite/tls4lib1.c
blob: a03af0bc39e73e3495a49bcd08ccc146f512f3b8 (plain)
1
2
3
4
5
#include "tls1.h"
#include <stdlib.h>

__thread struct A a1 = { 4, 5, 6 };
__thread struct A a2 = { 7, 8, 9 };