Add a test case to equality.wren that creates two closures from the same function literal inside a loop and asserts they are not equal, confirming that each closure invocation produces a distinct object.
Add a test case to equality.wren that creates two closures from the same function literal inside a loop and asserts they are not equal, confirming that each closure invocation produces a distinct object.