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