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