Sign in
gnu
/
gcc
/
refs/heads/devel/c++-contracts
/
.
/
gcc
/
testsuite
/
g++.dg
/
init
/
new20.C
blob: 705c1be482f979a4cb5d4908a5d112a54dc3793f [
file
] [
log
] [
blame
]
// PR c++/31743
typedef
int
A
[];
A
*
p
=
new
A
;
// { dg-error "invalid use of array with unspecified bounds" }
A
*
q
=
new
(
A
);
// { dg-error "invalid use of array with unspecified bounds" }