t / t4018 / perl-sub-definitionon commit push-to-deploy: allow pushing into an unborn branch and updating it (1a51b52)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}