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