fn Gen.new(mod &ssa.Module) &Gen
struct Gen { mod &ssa.Module mut: sb strings.Builder }
fn (mut g Gen) gen() string