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