Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.dg / gomp / pr34964.c
1 /* PR c++/34964 */
2 /* { dg-do compile } */
3 /* { dg-options "-fopenmp" } */
4
5 char x[] = 0;   /* { dg-error "invalid initializer" } */
6 #pragma omp threadprivate (x)