Source code

Revision control

Copy as Markdown

Other Tools

(function (stdlib, foreign, heap) {
"use asm";
function f() {
return 0;
return ~~1.1;
}
return f;
});