t / t4018 / perl-sub-definitionon commit t1404: add a bunch of tests of D/F conflicts (2e9de01)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}