summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/explicit24.C
blob: 42f4c3cb1a2e057516ad41c4bce92c7eaea181cc (plain)
1
2
3
4
5
6
7
// Build don't link:
// GROUPS passed templates
template <class T>
int foo(T t);

int foo<int>(int i) { return 0; } // ERROR - missing template <>