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