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