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