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