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