``` fn main() { let arr = [1,2,3]/3; log(error, {a: arr, b: 42}); } ``` results in the output ``` rust: ([1, 2, 3]/3, 1) ``` which is clearly wrong.