bug1621268-2.js (86B)
1 function f() { 2 for (const x of []) { 3 for (let y of [y, y]) {} 4 } 5 } 6 f();