#!/usr/bin/perl
use Mooix::Thing;
run sub {
	my $this=shift;
	return $this, 1, $this, 2, $this, 3;
}
