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