PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / template / ttp16.C
blob510ef6529654e1d64ea4ccaa2f9a743174955bc6
1 // { dg-options -fno-new-ttp-matching }
3 template <template <typename> class C>
4 void f() {}
6 template <typename T, typename U = int>
7 struct S {};
9 template void f<S>(); // { dg-error "match" }