blob: 41a351ea7059a445cc1aebfe06f96e8227566b9e [file]
//-------------------------------------------------------------------------------------------------------
// 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() {
var IntArr0 = [];
v5 = IntArr0.length;
for (var i = 10; i < v5; i++) {
IntArr0[i] = 0.5;
}
return i;
}
test0();
if (test0() !== 10) {
print("FAILED");
} else {
print("PASSED");
}