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