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