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