Sign in
gnu
/
gcc
/
93ac832f1846e4867aa6537f76f510fab8e3e87d
/
.
/
gcc
/
testsuite
/
objc.dg
/
tls
/
diag-5.m
blob: ac78cb2951d5e6bbb4010b8b112a2ebf0c78c31c [
file
] [
log
] [
blame
]
/* __thread specifiers on empty declarations. */
/* { dg-require-effective-target tls } */
__thread
struct
foo
;
/* { dg-warning "useless '__thread' in empty declaration" } */