We currently have ```julia mapreduce(identity, +, fill(static(0), 5)) isa StaticInt{0} ``` but ```julia sum(fill(static(0), 5)) isa Int ```