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