// PR c++/27722

void foo()
{
  const int x[] = 0; // { dg-error "size" }
  ++x;
}


syntax highlighted by Code2HTML, v. 0.9.1