t / t4018 / perl-sub-definitionon commit write_file_v(): do not leave incomplete line at the end (e7ffa38)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}