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