This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Optimize reversing an array in-place
[perl5.git] / t / op / array_base.aux
1 our($ra1, $ri1, $rf1, $rfe1);
2 $ra1 = $[;
3 BEGIN { $ri1 = $^H; $rf1 = $^H{foo}; $rfe1 = exists($^H{foo}); }
4
5 1;