xref: /openbsd/gnu/usr.bin/perl/t/run/switch0.t (revision 404b540a)
1#!./perl -0
2print "1..1\n";
3print ord $/ == 0 ? "ok 1\n" : "not ok 1\n";
4