[perl #71204] diagnostics.pm suppresses 'Use of uninitialized value in range (or...
[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";