blob: b00683135f3cc4cbef7cd8059e3e6969ff3f52b8 [file] [log] [blame]
// { dg-do compile { target i?86-*-* } }
struct A
{
};
struct B : public A
{
char b[0x20000000];
} e;