summaryrefslogtreecommitdiff
path: root/t/run/switchx.aux
blob: 576730c80a4321ed354bf794f6928f33d51bb32f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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..1";
print "ok 1";