OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / tls / diag-5.c
1 /* __thread specifiers on empty declarations.  */
2
3 __thread struct foo; /* { dg-warning "warning: useless '__thread' in empty declaration" } */