[Patch t/op/re_tests] Re: [perl #56690] Some bugs in Perl regexp (core Perl issues)
[p5sagit/p5-mst-13.2.git] / t / op / threads_create.pl
CommitLineData
db4997f0 1threads->create( sub { } )->join;
2"ok\n";