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