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