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