blob: a48eb32152bb1ab734f86b2e843166465195e457 [file] [log] [blame]
function f(x) {
var y;
gc();
++x.x;
}
f(1);
f.call(2, 3);