t / t4018 / perl-sub-definitionon commit checkout: retire --ignore-other-worktrees in favor of --force (0d1a151)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}