Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
gcc
/
gcc
/
testsuite
/
obj-c++.dg
/
tls
/
diag-1.mm
blob: 7c3245d9f91c097123591d8a5c99bc8d06c34d14 [
file
]
// Valid __thread specifiers.
// { dg-require-effective-target tls }
__thread
int
g1
;
extern
__thread
int
g2
;
static
__thread
int
g3
;
void
foo
()
{
extern
__thread
int
l1
;
static
__thread
int
l2
;
}