1 2 3 4 5 6 7
// |jit-test| error: TypeError function f() { eval("(function() \n{\nfor(x in[])\n{}\n})"); ("")() } f()