bug648004.js (77B)
1 var x = eval("gc(); 30"); 2 var y = x.toString(); 3 isNaN(x); 4 assertEq(y, "30");