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