This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #93320] localising @DB::args leads to coredump
[perl5.git] / t / op / threads_create.pl
CommitLineData
db4997f0
NC
1threads->create( sub { } )->join;
2"ok\n";