PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / overload / ellipsis2.C
blobc226e1c5e5879937292c350fe0b33cd720336645
1 // PR c++/60253
2 // { dg-options "-Wconditionally-supported" }
4 struct A
6   ~A();
7 };
9 struct B
11   B(...);
14 B b(0, A());  // { dg-message "pass" }