blob: c556c7d98a440c50c99c6779dd614986355d5403 [file] [log] [blame]
template <template <typename> class C>
void f() {}
template <typename T, typename U = int>
struct S {};
template void f<S>(); // { dg-error "match" }