t / t4018 / perl-sub-definitionon commit mergetool: add an option for writing to a temporary directory (8f0cb41)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}