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