summaryrefslogtreecommitdiff
path: root/t/run/switchx.aux
blob: bfb79e150903724f4c16e09615ee34472b77086f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Some stuff that's not Perl

This CPP directive should not be read.
#define BARMAR 1

#perl

Still not perl.

#!

still not perl

#!/something/else

still not perl

#!/some/path/that/leads/to/perl -l

print "1..4";
if (-f 'run/switchx.aux') {
    print "ok 1";
}
print "ok 2";
# other tests are in switchx2.aux

__END__

# This is ignored
print "not ok 2";