blob: d9118ba643c69fcd621e601f2591771a09d9d308 [file] [log] [blame]
// PR c++/60253
struct A
{
~A();
};
struct B
{
B(...);
};
B b(0, A()); // { dg-error "cannot pass" }