Make C<undef ~~ 0> and C<undef ~~ ""> not match (like in 5.10.0)
[p5sagit/p5-mst-13.2.git] / t / op / threads_create.pl
1 threads->create( sub { } )->join;
2 "ok\n";