1 2 3 4 5 6
assertEq((function(x) { (function () { x++ })(); var z; ({ z } = { z:'ponies' }) return z; })(), 'ponies');