1 /* Invalid initializations. */
2 /* { dg-require-effective-target tls } */
5 __thread int *p = &i; /* { dg-error "dynamically initialized" } */
8 __thread int j = f(); /* { dg-error "dynamically initialized" } */
14 __thread S s; /* { dg-error "" } two errors here */