summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1090037.js
blob: a49e1266ee30a990c45a5643a0cf9882316b3834 (plain)
1
2
3
4
5
6
7
function f(x) {
    Math.sin([] | 0 && x)
}
for (var j = 0; j < 1; j++) {
    f(1 && 0)
}