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