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