This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make do "a\0b" fail silently instead of throwing (RT #129928)
[perl5.git] / t / op / threads_create.pl
CommitLineData
db4997f0
NC
1threads->create( sub { } )->join;
2"ok\n";