summaryrefslogtreecommitdiff
path: root/js/src/tests/js1_8_5/regress/regress-592202-1.js
blob: a688c56db6391a654832a4a02938d2f914271ab0 (plain)
1
2
3
4
5
6
7
/*
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/licenses/publicdomain/
 */
i = 42
eval("let(y){(function(){let({}=y){(function(){let({}=y=[])(i)})()}})()}")
reportCompare(0, 0, "ok");