memory-04.js (90B)
1 function foo(x, y) { 2 gc(); 3 var z = x + y; 4 print(z); 5 } 6 7 foo(0x7ffffff0, 100);