1 2 3 4 5 6 7 8 9 10
// PR c++/31748 struct A; void foo () { #pragma omp parallel private(A) // { dg-error "struct A.*is not a variable" } ; }