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