(root)/
gcc-13.2.0/
gcc/
testsuite/
objc.dg/
tls/
diag-5.m
/* __thread specifiers on empty declarations.  */
/* { dg-require-effective-target tls } */

__thread struct foo; /* { dg-warning "useless '__thread' in empty declaration" } */