| 187 | array B = constant(0, dims); |
| 188 | |
| 189 | gfor(seq ii, 3) { B(span, span, ii) = bilateral(A(span, span, ii), 3, 5); } |
| 190 | |
| 191 | for (int ii = 0; ii < 3; ii++) { |
| 192 | array c_ii = bilateral(A(span, span, ii), 3, 5); |
nothing calls this directly
no test coverage detected