t / t4018 / perl-sub-definitionon commit contrib/subtree: allow adding an annotated tag (6f1871f)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}