3 // { dg-require-effective-target tls }
4 // { dg-options "-fopenmp" }
6 struct S; // { dg-message "forward declaration" }
7 extern __thread struct S s; // { dg-error "has incomplete type" }
9 extern __thread struct T t;
14 #pragma omp parallel copyin (s)