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