This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Skip no-common-vars optimisation for aliases
[perl5.git] / t / op / threads_create.pl
1 threads->create( sub { } )->join;
2 "ok\n";