aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tls/init-1.c
blob: 97258643bf2807b56996fb09c72f594501489947 (plain)
1
2
3
4
/* Invalid initializations.  */

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