This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/loc_tools.pl: Consider thread 0 always locale-safe
[perl5.git] / t / run / switchx.aux
CommitLineData
77818208
MS
1Some stuff that's not Perl
2
3This CPP directive should not be read.
4#define BARMAR 1
5
6#perl
7
8Still not perl.
9
10#!
11
12still not perl
13
14#!/something/else
15
16still not perl
17
18#!/some/path/that/leads/to/perl -l
19
b3dd0aba
FC
20print "1..8";
21print "ok 1 - Correct line number" if __LINE__ == 4;
94e93a7a 22if (-f 'run/switchx.aux') {
b3dd0aba 23 print "ok 2 - Test file exists";
94e93a7a 24}
b3dd0aba 25print "ok 3 - Test file utilized";
94e93a7a
JH
26# other tests are in switchx2.aux
27
28__END__
29
30# This is ignored
31print "not ok 2";