OSDN Git Service

cp:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit20.C
1 // Build don't link:
2 // GROUPS passed templates
3 template <class T>
4 T foo(T t);
5
6 template <>
7 int foo<char>(char c); // ERROR - does not match any template declaration