aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/tls4lib1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tls4lib1.c')
-rw-r--r--testsuite/tls4lib1.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tls4lib1.c b/testsuite/tls4lib1.c
new file mode 100644
index 0000000..a03af0b
--- /dev/null
+++ b/testsuite/tls4lib1.c
@@ -0,0 +1,5 @@
+#include "tls1.h"
+#include <stdlib.h>
+
+__thread struct A a1 = { 4, 5, 6 };
+__thread struct A a2 = { 7, 8, 9 };