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