2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / t25.C
blob6c7db9122e4ac92c5ef29504293c2afc486a3edc
1 // { dg-do assemble  }
3 template <class X> int f (X x, X y) { return 23; }
4 template <class X> int f (X x, int j = 3) { return 29; }
6 int foo () {
7   return f (7);         // { dg-bogus "" }