rt_gccstream/gcc/testsuite/g++.dg/other/fold1.C

9 lines
133 B
C

// PR middle-end/27384
// { dg-do compile }
struct A
{
static const int i = i; // { dg-error "not declared" }
int x[i];
};