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