2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit22.C
blob49b4f748e040b158e1b0d61195609faec13753a5
1 // { dg-do assemble  }
2 // GROUPS passed templates
3 template <class T, class U>
4 T foo(T t, U* u);
6 template <class T>
7 T foo(T t, T* u);
9 template <>
10 int foo<int>(int, int*);