patch@2009-05-25.21:50:08 magic.t leaves $ENV{foo} on VMS.
[p5sagit/p5-mst-13.2.git] / t / op / threads_create.pl
1 threads->create( sub { } )->join;
2 "ok\n";