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