testBug961969.js (103B)
1 (()=>{ var x,y,z; ()=>{x++;y++;z++} })(); 2 (()=>{ var x,y; if (true) { function z() { x++;y++ } } })();