* Mainline merge as of 2006-02-16 (@111136).
[official-gcc.git] / gcc / testsuite / g++.dg / template / ttp16.C
blobc556c7d98a440c50c99c6779dd614986355d5403
1 template <template <typename> class C>
2 void f() {}
4 template <typename T, typename U = int>
5 struct S {};
7 template void f<S>(); // { dg-error "match" }