blob: 794c93802d4a466d6116d0e7198a62323c91e6b6 [file] [log] [blame]
function foo(x, y) {
gc();
var z = x + y;
print(z);
}
foo(0x7ffffff0, 100);