]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/tls/init-1.c
gcc/
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / tls / init-1.c
1 /* Invalid initializations. */
2
3 extern __thread int i;
4 int *p = &i; /* { dg-error "initializer element is not constant" } */