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