Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / g++.dg / gomp / pr34964.C
blobf5995a6da9194ec798248396933c34e74a8aad5a
1 // PR c++/34964
2 // { dg-do compile }
3 // { dg-options "-fopenmp" }
5 char x[] = 0;   // { dg-error "initializer fails to determine size" }
6 #pragma omp threadprivate (x)