Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / closures / bug540133.js
1 (function() {
2  var x;
3  eval("for (x in (gc)()) for each(e in [0]) { print }")
4 })()