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