blob: b086b9c4389392c4a1b316eb4473319f91cccb00 [file] [log] [blame]
// PR c++/89507
// { dg-do compile }
unsigned char const n = 128;
int *p = new int[n]; // { dg-bogus "array exceeds maximum object size" }