t / t4018 / perl-sub-definitionon commit t1300: add a few more hairy examples of sections becoming empty (422e8ef)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}