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