blob: 76008cb4a4197bb677525159aebab3f56c98ca13 [file] [log] [blame]
var x;
function f(o) {
o.prop = x = 3;
}
f({});
f(1);