aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/tls/libxx/xx.c
blob: 513ced95ed1800f930865ef97e6be3988553388b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* $FreeBSD: src/tools/regression/tls/libxx/xx.c,v 1.1.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */

extern int __thread yy1;
int __thread xx1 = 1;
int __thread xx2 = 2;
int __thread xxa[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };

int
xxyy()
{
	return yy1;
}