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