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