blob: 71305ba082c7c2a3b70f056a515345664d569bbd [file] [log] [blame]
const int x = 24;
struct A
{
struct B
{
enum { E = x };
};
static const int x = 42; // { dg-error "changes meaning" }
};