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