#!/usr/bin/perl
run sub {
	my $this=shift;
	return "2", $this->super(@_);
}
