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