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