Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
ctor4.C
blob: a3e4868e0d8e084a7a20c2517d844e9bd696f1ff [
file
] [
log
] [
blame
]
// PR c++/27279
// { dg-do compile }
struct
A
{
A
(
void
,
void
);
// { dg-error "incomplete type|invalid use" }
};