bug677073.js (104B)
1 // Don't assert. 2 function a(p0) { 3 var x = 0; 4 if (p0|0) { 5 x = p0; 6 } 7 return x; 8 } 9 assertEq(a(1), 1);