blob: 98723ace60998f975b66968e44e59b2f03c0a17f [file] [log] [blame]
template <int I>
struct A
{
int ar[I][I][I][I][I][I][I][I][I][I]; // { dg-error "exceeds maximum object size" }
};
A<66000> a;