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