michael@0: /* michael@0: * This should compile without triggering the following assertion: michael@0: * michael@0: * Assertion failure: cg->fun->u.i.skipmin <= skip, at ../jsemit.cpp:2346 michael@0: */ michael@0: michael@0: function f() { michael@0: function g() { michael@0: function h() { michael@0: g; x; michael@0: } michael@0: var [x] = []; michael@0: } michael@0: } michael@0: michael@0: reportCompare(true, true);