| 123456789101112131415161718192021222324252627 |
- //-------------------------------------------------------------------------------------------------------
- // 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 b = -162;
- try {
- try {
- } catch (ex) {
- } finally {
- ((b = -1006389207) * c);
- }
- } catch (ex) {
- } finally {
- }
- return b;
- }
- var b = test0();
- b |= test0();
- b |= test0();
- if (b == -1006389207) {
- WScript.Echo("PASSED");
- }
|