t / t4018 / perl-sub-definitionon commit Merge branch 'tb/t5551-clone-notice-to-stderr' (7402a1c)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}