summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/asm.js/testBug989166.js
blob: c96d19de46053b21ba00d79fd1bef863443962e2 (plain)
1
2
3
4
5
6
7
8
(function(stdlib) {
    "use asm";
    var pow = stdlib.Math.pow
    function f() {
        return +pow(.0, .0)
    }
    return f
})(this, {}, ArrayBuffer)()