aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp2a/concepts-pr58534.C
blob: b2c3caac63c9c9923192a5546e828bcc4b91a52e (plain)
1
2
3
4
5
6
7
// 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...) {}