bug677074.js (90B)
1 function f0(p0,p1) { 2 if (p0) { 3 p1 + p1; 4 } else if (p0); 5 } 6 print(f0(0,0));