Merged revisions 208012,208018-208019,208021,208023-208030,208033,208037,208040-20804...
[official-gcc.git] / main / gcc / testsuite / g++.dg / overload / ellipsis2.C
blobd9118ba643c69fcd621e601f2591771a09d9d308
1 // PR c++/60253
3 struct A
5   ~A();
6 };
8 struct B
10   B(...);
13 B b(0, A());  // { dg-error "cannot pass" }