t / t4018 / perl-sub-definitionon commit test-lib: add the '--stress' option to run a test repeatedly under load (fb7d1e3)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}