(root)/
gcc-13.2.0/
libgomp/
testsuite/
libgomp.c++/
pr24455-1.C
// { dg-do compile }
// { dg-require-effective-target tls }
extern int i;
#pragma omp threadprivate (i)

int i;