blob: 95bfe50aeee7b643baaa59d64cb038cbf1e0a964 [file] [log] [blame]
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------
function test0() {
function v0(v1) {
var v2 = 0;
var __loopvar1000 = 9;
do {
ary[0];
if (v2++) {
ary.length;
v1 = ary;
break;
}
v1[0] + ary.length;
if (__loopvar1000 == 0) {
break;
}
} while (572106992);
}
var ary = Array();
v0(ary);
v0(ary);
}
test0();
print("pass");