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