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