| 236 | array B = constant(0, 100, 1, 3); |
| 237 | |
| 238 | gfor(seq ii, 3) { B(span, span, ii) = histogram(A(span, span, ii), 100); } |
| 239 | |
| 240 | for (int ii = 0; ii < 3; ii++) { |
| 241 | array c_ii = histogram(A(span, span, ii), 100); |
nothing calls this directly
no test coverage detected