summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/cpp1y/pr60065.C
blob: 2cf8da12bc77cbe57d2e1c4881e8a248099e6d1d (plain)
1
2
3
4
5
6
7
8
// PR c++/60065
// { dg-do compile { target c++1y } }
// { dg-options "" }

template <int> void foo(auto... x);
template <typename> void foo2(auto... x);
template <int> void foo3(auto... x, auto y, auto... z);
template <typename> void foo4(auto... x, auto y, auto... z);
OpenPOWER on IntegriCloud