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