blob: 219396d768ae3fc8eb837cb5694b02a34f2aefb2 [file] [log] [blame]
/* __thread specifiers on empty declarations. */
/* { dg-require-effective-target tls } */
__thread struct foo; /* { dg-warning "warning: useless '__thread' in empty declaration" } */