blob: c5cb237782495a7640c100f8762ddf4fd29395ec [file] [log] [blame]
x = newGlobal()
Int32Array = x.Int32Array
x.p = new ArrayBuffer()
schedulegc(29);
(function(stdlib, n, heap) {
"use asm"
var Int32ArrayView = new stdlib.Int32Array(heap)
function f() {
Int32ArrayView[1]
}
return f
})(this, {
f: new Function
}, new ArrayBuffer())