MemOpIncr0.js 528 B

1234567891011
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved.
  4. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  5. //-------------------------------------------------------------------------------------------------------
  6. for (let v3 = -65537; v3 < 3; v3 = v3 + 0) {
  7. const v4 = v3++;
  8. }
  9. print("pass");