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