t / t4018 / perl-sub-definitionon commit t6044: add a testcase for index matching head, when head doesn't match HEAD (cf69f2a)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}