Searched refs:const_param (Results 1 – 1 of 1) sorted by relevance
126 template<typename T> int const_param(const T) {} in const_param() function127 int const_ref_param = const_param<int&>(const_ref_param); // no-warning