summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/spec19.C
blob: ff8a26f2d1671ce119c01486229b63bea7f841dc (plain)
1
2
3
4
5
// { dg-do assemble  }

template<class T> T f(T o) { return o; }
template<> int f(int o)    { return o; }
template int f(int);