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