// PR c++/58534 // { dg-do compile { target c++1y } } // { dg-options "" } template void foo(const auto&) {} template void foo(const auto&, T...) {}