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