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