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