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