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