t / t4018 / perl-sub-definitionon commit run-command: use void to declare that functions take no parameters (6066a7e)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}