PR testsuite/85483: Move aarch64/sve/vcond_1.c test to g++.dg/other/
[official-gcc.git] / libgomp / testsuite / libgomp.c / pr24455-1.c
blobc39068f80687cd3ea76a62cb502c3e940afca3de
1 /* { dg-do compile } */
2 /* { dg-require-effective-target tls } */
3 extern int i;
4 #pragma omp threadprivate (i)
6 int i;