1 2 3 4 5 6
// { dg-do compile } // { dg-require-effective-target tls } extern int i; #pragma omp threadprivate (i) int i;