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