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