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