OSDN Git Service

2009-11-04 Harsha Jagasia <harsha.jagasia@amd.com>
[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];                // { dg-error "integral constant-expression" }
8 };