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