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