blob: dd7b463bb906c913c8103a997295a731781657e8 [file] [log] [blame]
// |jit-test| error:Error
// Binary: cache/js-dbg-64-32b049250e03-linux
// Flags: -m
//
function v(s) { eval(s); }
v("eval(function(){})()");
var x = new Int32Array(0);
v("x.set()");