t / t4018 / perl-sub-definitionon commit Merge branch 'mf/no-dashed-subcommands' into next (05365af)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}