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