No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / template / crash11.C
blob3c69514e243e5ee402a4a62e781d689fc554a359
1 // { dg-do compile }
3 // Origin: kparz@iastate.edu
5 // PR c++/7939: ICE for invalid function parameter after template
6 // substitution.
8 template <class T, class U> void foo(T, U) {}
9 template <class T> void foo<T,void>(T, void) {} // { dg-error "incomplete|invalid|partial" }