tfjitlooparmbug.js 502 B

123456789101112131415
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. function test3() {
  6. try {
  7. } finally {
  8. }
  9. for (var lypbbp = 0; 0; 0) {
  10. }
  11. }
  12. test3();
  13. test3();
  14. print("Passed\n");