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