Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / jaeger / bug590083.js
1 eval("\
2   (function(){\
3     for(var w in [0]) {\
4      function w(){}\
5      print(w)\
6     }\
7   })\
8 ")()
9
10 /* Don't crash. */
11