f = (function(stdlib, foreign, heap) {
    "use asm";
    function f() {
        return (1, 1 / 0)|0;
    }
    return f;
});