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