func (j *Job) arrayType(n cc.Node, t cc.Type) { if ne := t.Elements(); ne >= 0 { j.body("[%v]", ne) j.typ(n, t.Element()) return } todo(n, t) }