blob: 48f60de6bb06f5b8e67fc56011725634eb2a04e7 [file] [log] [blame]
// PR c++/101516
void
foo (int (&v) [])
{
#pragma omp parallel reduction (+:v) // { dg-error "invalid use of array with unspecified bounds" }
;
}