#!/usr/bin/perl
run sub {
	my $this=shift;
	return $this, 3, @_;
}
