(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
init/
array21.C
// PR c++/27722

void foo()
{
  const int x[] = 0; // { dg-error "initializer" }
  ++x; // { dg-error "read-only|operand" }
}