getgname-uninitialized-let.js (107B)
1 for (var i = 0; i < 12; i++) { 2 try { 3 // GetGName 4 void x; 5 } catch (e) { } 6 } 7 8 let x;