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