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