[PATCH] extra tests for t/op/tie.t (was RE: [perl #53482] I believe I found a bug...
[p5sagit/p5-mst-13.2.git] / t / op / threads_create.pl
1 threads->create( sub { } )->join;
2 "ok\n";