ref: 04eb60944df4551eabe303b47184c0626b8a384b dir: /libstd/wait+plan9.myr/
use sys use "die.use" use "syswrap.use" pkg std = type waitstatus = union `Waitexit int32 `Waitsig int32 `Waitstop int32 ;; const wait : (pid : pid -> waitstatus) ;;