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