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