Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
g++.dg
/
tls
/
pr102496-2.C
blob: a71a9cddc34fe512f5b04c21db081a65150005f1 [
file
] [
log
] [
blame
]
// PR c++/102496
// { dg-do compile { target c++11 } }
// { dg-require-effective-target tls }
__thread
int
t1
;
__thread
int
t2
;