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