Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
new2.C
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" }