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