This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow require_error.t be run from the top level
[perl5.git] / t / op / threads_create.pl
1 threads->create( sub { } )->join;
2 "ok\n";