Source code

Revision control

Copy as Markdown

Other Tools

function a()
{
"use asm";
function f()
{
return (((((-1) >>> (0+0)) | 0) % 10000) >> (0+0)) | 0;
}
return f;
}
assertEq(a()(), -1);