blob: 1bfd292579dd85274b1f3036c2eb68c615ac5edf [file] [log] [blame]
function test() {
for (var i = 0; i < 60; i++) {
x = ''.charAt(-1);
assertEq(x, "");
}
}
test();