summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/t/op/threads_create.pl
blob: 34251632cfe4103110fbbbbe57356350ff7116e9 (plain) (blame)
1
2
threads->create( sub { } )->join;
"ok\n";