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