Source code
Revision control
Copy as Markdown
Other Tools
function testNegativeGETELEMIndex()
{
for (let i=0;i<3;++i) /x/[-4];
return "ok";
}
assertEq(testNegativeGETELEMIndex(), "ok");
function testNegativeGETELEMIndex()
{
for (let i=0;i<3;++i) /x/[-4];
return "ok";
}
assertEq(testNegativeGETELEMIndex(), "ok");