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