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