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