t / t4018 / perl-sub-definitionon commit Merge branch 'kw/commit-keep-index-when-pre-commit-is-not-run' into next (2b5a25e)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}