t / t4018 / perl-sub-definitionon commit t0040: convert a few tests to use test-parse-options --expect (8ca65ae)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}