summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug590083.js
blob: c11c7a137bae6408f18f33960ca0e4ea611a25f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
eval("\
  (function(){\
    for(var w in [0]) {\
     function w(){}\
     print(w)\
    }\
  })\
")()

/* Don't crash. */