aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/g++.dg/init/array21.C
blob: fc6abab551b036ee81528eac1b7072f79cc4e71d (plain)
1
2
3
4
5
6
7
// PR c++/27722

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