blob: 965b28002551933387a0e10080d4d7156e2a1fe1 [file] [log] [blame]
function g()
{
"use asm";
function f()
{
return (0 > (0x80000000 | 0)) | 0;
}
return f;
}
assertEq(g()(), (0 > (0x80000000 | 0)) | 0);