bug606829.js (84B)
1 /* Don't assert. */ 2 function f(x) 3 { 4 if ("hi" == (x & 3)) { 5 return 1; 6 } 7 } 8 f(12);