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