michael@0: (function(stdlib) { michael@0: "use asm"; michael@0: var pow = stdlib.Math.pow michael@0: function f() { michael@0: return +pow(.0, .0) michael@0: } michael@0: return f michael@0: })(this, {}, ArrayBuffer)()