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