summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug600419.js
blob: 981a6a17c4c245de93d8cc5dceb88ac16de479f2 (plain)
1
2
3
4
5
/* Don't assert. */
(function() {
    var x;
    [1].map(function(){}, x << x);
})()