michael@0: assertEq((function(x) { michael@0: (function () { x++ })(); michael@0: var z; michael@0: ({ z } = { z:'ponies' }) michael@0: return z; michael@0: })(), 'ponies');