Until Arthur fills in semaphore.t.
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / t / semaphore.t
1 print "1..1\n";
2 use threads;
3 use threads::shared::semaphore;
4 print "ok 1\n";
5