Fix bug #24813 : the -0 wasn't recognized on the #! line
[p5sagit/p5-mst-13.2.git] / t / run / switch0.t
1 #!./perl -0
2 print "1..1\n";
3 print ord $/ == 0 ? "ok 1\n" : "not ok 1\n";