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