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