Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
[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";