ref: b1739a7f310d9540f309afda175af2ae5a1dcca9 dir: /libstd/syswrap-ss+posixy-linux.myr/
use sys pkg std = const exit : (status:int -> void) ;; const exit = {status; sys.exit_group(status)}