bug716013.js (110B)
1 f = (function*() { 2 for (x in [arguments, arguments]) yield(gczeal(4, function(){})) 3 }); 4 for (i of f()) {}