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