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