summaryrefslogtreecommitdiffstats
path: root/test/input/Class-template-Method-Argument-const.cxx
blob: 424070c0b68520fd3776c86b5d13e4ddd12c557d (plain)
1
2
3
4
5
6
template <typename T>
class start
{
  void method(T const&);
};
template class start<int const>; // instantiation