(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
tls/
diag-5.c
       1  /* __thread specifiers on empty declarations.  */
       2  /* { dg-require-effective-target tls } */
       3  
       4  __thread struct foo; /* { dg-warning "useless '__thread' in empty declaration" } */