michael@0: function g() michael@0: { michael@0: "use asm"; michael@0: function f() michael@0: { michael@0: return (0 > (0x80000000 | 0)) | 0; michael@0: } michael@0: return f; michael@0: } michael@0: michael@0: assertEq(g()(), (0 > (0x80000000 | 0)) | 0);