2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / template / instantiate2.C
bloba6faf17aea11af87c98b78479aad856cb592edab
1 // { dg-do compile }
2 // Origin: Wolfgang Bangerth <wolfgang.bangerth@iwr.uni-heidelberg.de>
4 // PR c++/2862
5 // Default function argument and template instantiation.
7 template <int dim> void f (int=0) {}
8 template void f<1> ();          // { dg-error "not match" }