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