summaryrefslogtreecommitdiffstats
path: root/test/input/ReferenceType-to-Class-template.cxx
blob: 2bf8bbb39bd9eb68b5d96cc83e481ba5f9117ea7 (plain)
1
2
3
4
template <typename T> class A {};
void start(A<int>&, short);
void start(A<int>&, int);
void start(A<int>&, long);