michael@0: /* Don't assert. */ michael@0: function f(x) michael@0: { michael@0: if ("hi" == (x & 3)) { michael@0: return 1; michael@0: } michael@0: } michael@0: f(12);