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