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