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