This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #87708] use integer; $tied < $tied
[perl5.git] / t / op / threads_create.pl
CommitLineData
db4997f0
NC
1threads->create( sub { } )->join;
2"ok\n";