# Test file for autoloader.t

sub func {

   my $x = shift;

   return ($x**3 + 2);

};

1; # OK status