t / t4018 / perl-sub-definitionon commit setup.c: do not feed NULL to "%.*s" even with precision 0 (24041d6)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}