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