Ignore machine-check MSRs
[freebsd-src/fkvm-freebsd.git] / tools / regression / tls / libxx / xx.c
blob6d1e73f79a05c3e47a19eb3b625960e104018881
1 /* $FreeBSD$ */
3 extern int __thread yy1;
4 int __thread xx1 = 1;
5 int __thread xx2 = 2;
6 int __thread xxa[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
8 int
9 xxyy()
11 return yy1;