t / t4018 / perl-sub-definitionon commit grep: add tests for --threads=N and grep.threads (c581365)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}