Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / jaeger / bug554675-1.js
1 (function() {
2   for (e in [0, 0]) {
3     if (/x/ < this) {}
4   }
5 })()
6
7 /* Don't assert. */
8