blob: 77fc0153ea012568a42a3fb33ca3b464c1d9cbcf [file] [log] [blame]
// This is guaranteed to scribble free cells.
//@ runNoCJITValidate
var result = (new Array(64).concat(new Array(64))).concat(["hello"]);
var value = result[0];
if (value !== void 0)
throw "Error: bad result: " + value;