ref: be41274b409a6ca07de23c20c8644d599ac5bf91 dir: /test/bsr.myr/
use std /* should exit with status 5 */ const main = { var a = 42 std.exit(a >> 3) }