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