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