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