2013-05-29 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / init / array21.C
blobfc6abab551b036ee81528eac1b7072f79cc4e71d
1 // PR c++/27722
3 void foo()
5   const int x[] = 0; // { dg-error "initializer" }
6   ++x; // { dg-error "read-only|operand" }