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