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