bug678798.js (111B)
1 function f0() { 2 var v0; 3 if ((v0 ^ v0) + 1) { 4 return 3; 5 } else { 6 return 4; 7 } 8 } 9 assertEq(f0(), 3);