OSDN Git Service

Some raw string changes from N3077
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / fold1.C
1 // PR middle-end/27384
2 // { dg-do compile }
3
4 struct A
5 {
6     static const int i = i;  // { dg-error "not declared" }
7     int x[i];
8 };