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