pre{inc,dec} is faster, even with integers
[p5sagit/p5-mst-13.2.git] / t / run / switchx.t
1 #!./perl
2
3 BEGIN {
4     chdir 't' if -d 't';
5     @INC = '../lib';
6 }
7
8 require './test.pl';
9 use File::Spec::Functions;
10
11 print runperl( switches => ['-x'], progfile => catfile(curdir(), 'run', 'switchx.aux') );