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