t / t4018 / perl-sub-definitionon commit builtin/apply.c: replace `git_config()` with `git_config_get_string_const()` (b35b10d)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}