blob: b085a84f0dda9529163f6162ae586dfcc3ca5caf [file] [log] [blame]
// PR middle-end/27384
// { dg-do compile }
struct A
{
static const int i = i; // { dg-error "not declared" }
int x[i]; // { dg-error "integral constant-expression" }
};