Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / tls / diag-5.c
blob219396d768ae3fc8eb837cb5694b02a34f2aefb2
1 /* __thread specifiers on empty declarations. */
2 /* { dg-require-effective-target tls } */
4 __thread struct foo; /* { dg-warning "warning: useless '__thread' in empty declaration" } */