blob: 1669a97a08f82ceafc98f44773679c54c1ecf02f [file] [log] [blame]
/* PR c/35439 */
/* { dg-do compile } */
/* { dg-options "-fopenmp" } */
void x[1]; /* { dg-error "array of voids" } */
#pragma omp threadprivate(x)