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