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