bug549521.js (121B)
1 function f(y) { 2 if (y) 3 return; 4 { 5 let x; 6 for (;;) {} 7 } 8 } 9 10 11 /* Don't assert. */ 12 f(1);