blob: b21c6661f5a1e0ca3cc56c186ccec0a33d8d1daf [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.
//-------------------------------------------------------------------------------------------------------
for (i = 0; i < 1000; i++) {
var a = new ArrayBuffer(10000000);
}
WScript.Echo("pass");