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