blob: c9e638de6ef2f0d49cd6d06eca6e6dc067a65c73 [file] [log] [blame]
/* __thread specifiers on empty declarations. */
/* { dg-require-effective-target tls } */
__thread struct foo; /* { dg-error "'__thread' can only be specified for objects and functions" } */