Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.dg / gomp / pr35439.c
1 /* PR c/35439 */
2 /* { dg-do compile } */
3 /* { dg-options "-fopenmp" } */
4
5 void x[1];      /* { dg-error "array of voids" } */
6 #pragma omp threadprivate(x)