OSDN Git Service

PR c++/49418
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / ttp16.C
1 template <template <typename> class C>
2 void f() {}
3
4 template <typename T, typename U = int>
5 struct S {};
6
7 template void f<S>(); // { dg-error "match" }