1 2 3 4 5 6
template <typename T> class start { T const method(); }; template class start<int const>; // instantiation