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