xref: /openbsd/gnu/usr.bin/perl/t/op/threads_create.pl (revision 404b540a)
1threads->create( sub { } )->join;
2"ok\n";
3