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