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