test();
function test() {
  var a = [];
  a*=3;
  a.length;
}