t / t4018 / perl-sub-definitionon commit built-in rebase: demonstrate that ORIG_HEAD is not set correctly (c2d9629)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}