# Test file for autoloader.t

no PDL::NiceSlice;
sub autoload_func {
   my $x = shift;
   $::GLOBAL_VAR = '$COMP(max_it)';
   return ($x**3 + 2);
};

1; # OK status