t / t4018 / cpp-template-function-definitionon commit color_parse: do not mention variable name in error message (f6c5a29)
   1template<class T> int RIGHT(T arg)
   2{
   3        ChangeMe;
   4}