OSDN Git Service

new
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit24.C
1 // Build don't link:
2 // GROUPS passed templates
3 template <class T>
4 int foo(T t);
5
6 int foo<int>(int i) { return 0; } // ERROR - missing template <>
7