summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug905986.js
blob: 955be16e4d7afb8d4556382c5e0632eca554b028 (plain)
1
2
3
4
function testPartition() {
  if(0.1 || new testPartition()) {}
}
testPartition();