summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tls/diag-5.c
blob: 219396d768ae3fc8eb837cb5694b02a34f2aefb2 (plain)
1
2
3
4
/* __thread specifiers on empty declarations.  */
/* { dg-require-effective-target tls } */

__thread struct foo; /* { dg-warning "warning: useless '__thread' in empty declaration" } */