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