summaryrefslogtreecommitdiff
path: root/t/run/switchn.t
blob: 12d3898a8ed212df9fc54cfef72cc7afa0b54a4f (plain)
1
2
3
4
5
6
7
8
9
10
11
#!./perl -n

BEGIN {
    print "1..2\n";
    *ARGV = *DATA;
}
print;

__DATA__
ok 1
ok 2