summaryrefslogtreecommitdiffstats
path: root/test/input/Class-member-template.cxx
blob: a320d8b34de0be5d87347d1ca634a24e036508d1 (plain)
1
2
3
4
5
6
7
8
9
class start
{
  template <typename T>
  T method(T v)
  {
    return v;
  }
};
template int start::method<int>(int); // instantiation