t / t4018 / perl-sub-definitionon commit t5520: verify that `pull --rebase` shows the helpful advice when failing (3be18b4)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}