(root)/
gcc-13.2.0/
gcc/
testsuite/
objc.dg/
tls/
init-1.m
/* Invalid initializations.  */
/* { dg-require-effective-target tls } */

extern __thread int i;
int *p = &i;	/* { dg-error "initializer element is not constant" } */