t / t4018 / perl-sub-definitionon commit builtin/apply: make apply_patch() return -1 or -128 instead of die()ing (f07a9f7)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}