bug_OS_9008744.js 802 B

12345678910111213141516171819202122232425262728
  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 XLFuzzTest() {
  6. try {
  7. do {
  8. function apInitTest() {
  9. do {
  10. function apEndTest() {
  11. do {
  12. apInitTest:
  13. if (false) {
  14. return;
  15. }
  16. return;
  17. } while (false);
  18. }
  19. } while (false);
  20. }
  21. } while (false);
  22. } catch (e) {}
  23. }
  24. for (var i = 0; i < 1; i++) {
  25. XLFuzzTest();
  26. }
  27. print("PASSED");