summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tls/diag-5.c
blob: d86046f500c2245503a53c6eae32c989056e561e (plain)
1
2
3
/* __thread specifiers on empty declarations.  */

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