summaryrefslogtreecommitdiff
path: root/t/run/switchx.aux
blob: b59df4a0ed8288ab2bd7726a6252845052494b28 (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..7";
if (-f 'run/switchx.aux') {
    print "ok 1 - Test file exists";
}
print "ok 2 - Test file utilized";
# other tests are in switchx2.aux

__END__

# This is ignored
print "not ok 2";