t / t4018 / perl-sub-definitionon commit built-in rebase --autostash: leave the current branch alone if possible (176f5d9)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}