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