michael@0: function a(stdlib) { michael@0: "use asm"; michael@0: var imul = stdlib.Math.imul; michael@0: function f() { michael@0: return ((imul(-800, 0xf8ba1243)|0) % -1)|0; michael@0: } michael@0: return f; michael@0: } michael@0: var f = a(this); michael@0: assertEq(f(), 0);