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