207TEST(virtual_array, MaterializeCompressed)
211 std::array<int, 10>
array = {0, 10, 20, 30, 40, 50, 60, 70, 80, 90};
213 std::array<int, 3> compressed_array;
227 std::array<int, 3> compressed_array;
233 compressed_array.fill(0);
242 std::array<int, 3> compressed_array;
EXPECT_EQ(BLI_expr_pylike_eval(expr, nullptr, 0, &result), EXPR_PYLIKE_INVALID)