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