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