FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit24.C
blob42f4c3cb1a2e057516ad41c4bce92c7eaea181cc
1 // Build don't link:
2 // GROUPS passed templates
3 template <class T>
4 int foo(T t);
6 int foo<int>(int i) { return 0; } // ERROR - missing template <>