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