t / t4018 / perl-sub-definitionon commit builtin/apply: move 'max_change' and 'max_len' into 'struct apply_state' (1ffec30)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}