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