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