]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/tls/diag-5.c
gcc/
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / tls / diag-5.c
CommitLineData
feb04535 1/* __thread specifiers on empty declarations. */
2
3__thread struct foo; /* { dg-warning "warning: useless '__thread' in empty declaration" } */