ref: 4bc888e7519352d1dd1f5e343a75e022ac224e1d 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) ;;