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