bug646480.js (95B)
1 if (true) 2 function f1() {}; 3 function f2() { 4 var y = -8; 5 return y % 2; 6 } 7 f2() / 3;