const expected = [ 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, ]; testMat3WithAndWithoutDest((newDst) => { return mat3.add(m, m, newDst); }, expected);