t / t4018 / perl-sub-definitionon commit regex: -G<pattern> feeds a non NUL-terminated string to regexec() and fails (db5dfa3)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}