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