bug1054601.js (124B)
1 (function() { 2 for (let x = 0; x < 1; ++x) { 3 if (x % 6 == 4) {} else { 4 return; 5 } 6 } 7 })()