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