t / t4018 / perl-sub-definitionon commit Git 2.14-rc0 (f3da2b7)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}