xref: /openbsd-src/gnu/usr.bin/perl/t/run/switch0.t (revision 5a38ef86d0b61900239c7913d24a05e7b88a58f0)
1#!./perl -0
2
3BEGIN {
4    chdir 't' if -d 't';
5    @INC = '../lib';
6    require './test.pl';
7}
8
9plan tests => 1;
10
11is(ord $/, 0, '$/ set to 0 via switch');
12