blob: 3bd0b0c42df946420acdb03d62c78109d3d76923 [file] [log] [blame]
// { dg-options -fnew-ttp-matching }
template <template <typename> class C>
void f(C<double>) {}
template <typename T, typename U = int>
struct S {};
template void f(S<double>);