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