blob: 066cafbd95bb45b4853ff9a65de4fc3fbda8e298 [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() {
do {
} while (!''.match());
}
test0();
test0();
test0();
test0();
WScript.Echo("PASSED");