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