about summary refs log blame commit diff
path: root/third_party/git/t/t4018/perl-sub-definition
blob: a507d1f64525216e40a963931c2ae6052e17e3d5 (plain) (tree)
1
2
3
4



                         
sub RIGHT {
	my ($n) = @_;
	print "ChangeMe";
}