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