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