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