OSDN Git Service

* gcc.dg/tm/memopt-6.c: Cleanup tmedge tree dump.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / ttp17.C
1 template <template <typename> class C>
2 void f(C<double>) {}
3
4 template <typename T, typename U = int>
5 struct S {};
6
7 template void f(S<double>); // { dg-error "match" }