// { dg-require-effective-target tls } template struct B { T t; }; class A { static B b; #pragma omp threadprivate(b) }; B A::b;