t / t4018 / cpp-template-function-definitionon commit fetch: add test to make sure we stay backwards compatible (01ce122)
   1template<class T> int RIGHT(T arg)
   2{
   3        ChangeMe;
   4}