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