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