t / t4018 / cpp-template-function-definitionon commit Merge branch 'rj/warning-uninitialized-fix' into next (9ac9d02)
   1template<class T> int RIGHT(T arg)
   2{
   3        ChangeMe;
   4}