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