xx.c revision 296373
156067Smarkm/* $FreeBSD: releng/10.3/tools/regression/tls/libxx/xx.c 133066 2004-08-03 09:04:01Z dfr $ */
256067Smarkm
3117728Smarkmextern int __thread yy1;
4125261Sruint __thread xx1 = 1;
5233294Sstasint __thread xx2 = 2;
6233294Sstasint __thread xxa[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
7233294Sstas
8233294Sstasint
9233294Sstasxxyy()
10117728Smarkm{
1156067Smarkm	return yy1;
1256067Smarkm}
13125491Sru