1 /* __thread specifiers on empty declarations.  */
2 /* { dg-require-effective-target tls } */
3 
4 __thread struct foo; /* { dg-warning "useless '__thread' in empty declaration" } */
5