Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / libgomp / testsuite / libgomp.c / pr24455-1.c
1 /* { dg-do compile } */
2 /* { dg-require-effective-target tls } */
3 extern int i;
4 #pragma omp threadprivate (i)
5
6 int i;