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" } */