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