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