This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/harness can run the tests lib/*.t in parallel with each other.
[perl5.git] / t / run / switch0.t
1 #!./perl -0
2 print "1..1\n";
3 print ord $/ == 0 ? "ok 1\n" : "not ok 1\n";