1 2 3 4 5 6 7 8
# Tests using `with` on a set that does not yet exist on the stack. let result = with set; value; set = { value = 42; }; in result