fix a cast warning in perly.c
[p5sagit/p5-mst-13.2.git] / t / run / switch0.t
CommitLineData
800633c3 1#!./perl -0
2print "1..1\n";
3print ord $/ == 0 ? "ok 1\n" : "not ok 1\n";