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