ref: 15b5fb5c0f9fee25b01a245229efcef21c103bdc dir: /test/nestedgoto.myr/
use std const main = { match 0 | 0: goto ok | 1: :ok -> void | _: ;; std.exit(1) }