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