t / t4018 / perl-sub-definitionon commit fmt_with_err: add a comment that truncation is OK (ac4896f)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}