t / t4018 / perl-sub-definitionon commit Documentation/git-rebase.txt: -f forces a rebase that would otherwise be a no-op (2d26d53)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}