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