[JAEGER] Added more test cases for bug 585408.

This commit is contained in:
David Anderson 2010-08-08 19:35:21 -07:00
parent 521e364261
commit 95a614e83c
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,6 @@
for (let c in []) {
c << c++
}
/* Don't assert. */

View File

@ -0,0 +1,7 @@
(function() {
function a() {}
a > a--
})()
/* Don't assert. */