xref: /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/run/switchx.aux (revision 0:68f95e015346)
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
20print "1..1";
21print "ok 1";
22