aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/tls/pr102496-2.C
blob: a71a9cddc34fe512f5b04c21db081a65150005f1 (plain)
1
2
3
4
5
6
// PR c++/102496
// { dg-do compile { target c++11 } }
// { dg-require-effective-target tls }

__thread int t1;
__thread int t2;