t / t4018 / perl-sub-definitionon commit rebase -i --autosquash: demonstrate a problem skipping the last squash (2f3eb68)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}