Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / tls / init-1.c
blobfa4208dce0c1cac31e44f54446e70bfb5ef69678
1 /* Invalid initializations. */
2 /* { dg-require-effective-target tls } */
4 extern __thread int i;
5 int *p = &i; /* { dg-error "initializer element is not constant" } */