summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug754719.js
blob: 4c822d53cac61d50ddf24de289527137e0ece4cd (plain)
1
2
3
4
5
6
7
8
9
10
// Binary: cache/js-dbg-64-e8de64e7e9fe-linux
// Flags:
//

function TestCase(n, d, e, a) {}
(function(  )  {
    for (var i = 0; i < 64; ++i) {
        switch (~~(TestCase) % 3) {}
    }
})();