1/* $FreeBSD: releng/10.3/tools/regression/tls/libxx/xx.c 133066 2004-08-03 09:04:01Z dfr $ */
2
3extern int __thread yy1;
4int __thread xx1 = 1;
5int __thread xx2 = 2;
6int __thread xxa[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
7
8int
9xxyy()
10{
11	return yy1;
12}
13