Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.law
/
init6.C
blob: 65a07803070fd8037576fe9bf7725e7e8e6ae827 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// { dg-additional-options "-Wno-return-type" }
// GROUPS passed initialization
class
Vector
{
double
*
v
;
int
size
;
public
:
Vector
(
int
n
);
~
Vector
();
};
exmpl
()
{
Vector
x
(
8
)[
16
];
}
// { dg-error "" } .*