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