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