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