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