(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp2a/
concepts-pr58534.C
// PR c++/58534
// { dg-do compile { target c++14 } }
// { dg-additional-options "-fconcepts" }

template<typename> void foo(const auto&) {}

template<typename, typename...T> void foo(const auto&, T...) {}