t / t4018 / cpp-template-function-definitionon commit travis-ci: move Travis CI code into dedicated scripts (657343a)
   1template<class T> int RIGHT(T arg)
   2{
   3        ChangeMe;
   4}