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