summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug650662.js
blob: 4c4b2bc853ba1160f1130e6dd7b148a3e472e34d (plain)
1
2
3
4
5
6
test();
function test() {
  var a = [];
  a*=3;
  a.length;
}