Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / jaeger / bug600419.js
1 /* Don't assert. */
2 (function() {
3     var x;
4     [1].map(function(){}, x << x);
5 })()