Mypal/js/src/jit-test/tests/jaeger/bug583689.js

8 lines
78 B
JavaScript

function f() {
if (-[]) delete y
}
for (c in [0, 0, 0, 0]) {
new f
}