[JAEGER] Added test case for bug573433.

This commit is contained in:
David Anderson 2010-07-02 14:19:58 -07:00
parent 67e8dc98c4
commit 2f47f6789e

View File

@ -0,0 +1,7 @@
// |trace-test| error: TypeError
function f() {
eval("function() \n{\nfor(x in[])\n{}\n}");
("")()
}
f()