{
  "type": "Program",
  "statements": [
    {
      "type": "LabelledStatement",
      "label": {
        "type": "Identifier",
        "name": "a",
        "decorators": [],
        "loc": {
          "start": {
            "line": 17,
            "column": 1
          },
          "end": {
            "line": 17,
            "column": 2
          }
        }
      },
      "body": {
        "type": "ExpressionStatement",
        "expression": {
          "type": "Identifier",
          "name": "b",
          "decorators": [],
          "loc": {
            "start": {
              "line": 17,
              "column": 4
            },
            "end": {
              "line": 17,
              "column": 5
            }
          }
        },
        "loc": {
          "start": {
            "line": 17,
            "column": 4
          },
          "end": {
            "line": 17,
            "column": 6
          }
        }
      },
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 6
        }
      }
    },
    {
      "type": "LabelledStatement",
      "label": {
        "type": "Identifier",
        "name": "b",
        "decorators": [],
        "loc": {
          "start": {
            "line": 19,
            "column": 1
          },
          "end": {
            "line": 19,
            "column": 2
          }
        }
      },
      "body": {
        "type": "IfStatement",
        "test": {
          "type": "NumberLiteral",
          "value": 0,
          "loc": {
            "start": {
              "line": 19,
              "column": 8
            },
            "end": {
              "line": 19,
              "column": 9
            }
          }
        },
        "consequent": {
          "type": "BlockStatement",
          "statements": [],
          "loc": {
            "start": {
              "line": 19,
              "column": 11
            },
            "end": {
              "line": 19,
              "column": 13
            }
          }
        },
        "alternate": null,
        "loc": {
          "start": {
            "line": 19,
            "column": 4
          },
          "end": {
            "line": 19,
            "column": 13
          }
        }
      },
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 19,
          "column": 13
        }
      }
    },
    {
      "type": "LabelledStatement",
      "label": {
        "type": "Identifier",
        "name": "c",
        "decorators": [],
        "loc": {
          "start": {
            "line": 21,
            "column": 1
          },
          "end": {
            "line": 21,
            "column": 2
          }
        }
      },
      "body": {
        "type": "IfStatement",
        "test": {
          "type": "NumberLiteral",
          "value": 0,
          "loc": {
            "start": {
              "line": 21,
              "column": 8
            },
            "end": {
              "line": 21,
              "column": 9
            }
          }
        },
        "consequent": {
          "type": "BlockStatement",
          "statements": [],
          "loc": {
            "start": {
              "line": 21,
              "column": 11
            },
            "end": {
              "line": 21,
              "column": 13
            }
          }
        },
        "alternate": {
          "type": "BlockStatement",
          "statements": [],
          "loc": {
            "start": {
              "line": 21,
              "column": 19
            },
            "end": {
              "line": 21,
              "column": 21
            }
          }
        },
        "loc": {
          "start": {
            "line": 21,
            "column": 4
          },
          "end": {
            "line": 21,
            "column": 21
          }
        }
      },
      "loc": {
        "start": {
          "line": 21,
          "column": 1
        },
        "end": {
          "line": 21,
          "column": 21
        }
      }
    },
    {
      "type": "LabelledStatement",
      "label": {
        "type": "Identifier",
        "name": "d",
        "decorators": [],
        "loc": {
          "start": {
            "line": 23,
            "column": 1
          },
          "end": {
            "line": 23,
            "column": 2
          }
        }
      },
      "body": {
        "type": "WhileStatement",
        "test": {
          "type": "NumberLiteral",
          "value": 0,
          "loc": {
            "start": {
              "line": 23,
              "column": 11
            },
            "end": {
              "line": 23,
              "column": 12
            }
          }
        },
        "body": {
          "type": "BlockStatement",
          "statements": [],
          "loc": {
            "start": {
              "line": 23,
              "column": 14
            },
            "end": {
              "line": 23,
              "column": 16
            }
          }
        },
        "loc": {
          "start": {
            "line": 23,
            "column": 4
          },
          "end": {
            "line": 23,
            "column": 16
          }
        }
      },
      "loc": {
        "start": {
          "line": 23,
          "column": 1
        },
        "end": {
          "line": 23,
          "column": 16
        }
      }
    },
    {
      "type": "EmptyStatement",
      "loc": {
        "start": {
          "line": 23,
          "column": 16
        },
        "end": {
          "line": 23,
          "column": 17
        }
      }
    },
    {
      "type": "LabelledStatement",
      "label": {
        "type": "Identifier",
        "name": "e",
        "decorators": [],
        "loc": {
          "start": {
            "line": 25,
            "column": 1
          },
          "end": {
            "line": 25,
            "column": 2
          }
        }
      },
      "body": {
        "type": "DoWhileStatement",
        "body": {
          "type": "BlockStatement",
          "statements": [],
          "loc": {
            "start": {
              "line": 25,
              "column": 7
            },
            "end": {
              "line": 25,
              "column": 9
            }
          }
        },
        "test": {
          "type": "NumberLiteral",
          "value": 0,
          "loc": {
            "start": {
              "line": 25,
              "column": 17
            },
            "end": {
              "line": 25,
              "column": 18
            }
          }
        },
        "loc": {
          "start": {
            "line": 25,
            "column": 4
          },
          "end": {
            "line": 25,
            "column": 20
          }
        }
      },
      "loc": {
        "start": {
          "line": 25,
          "column": 1
        },
        "end": {
          "line": 25,
          "column": 20
        }
      }
    },
    {
      "type": "LabelledStatement",
      "label": {
        "type": "Identifier",
        "name": "f",
        "decorators": [],
        "loc": {
          "start": {
            "line": 27,
            "column": 1
          },
          "end": {
            "line": 27,
            "column": 2
          }
        }
      },
      "body": {
        "type": "SwitchStatement",
        "discriminant": {
          "type": "NumberLiteral",
          "value": 0,
          "loc": {
            "start": {
              "line": 27,
              "column": 11
            },
            "end": {
              "line": 27,
              "column": 12
            }
          }
        },
        "cases": [],
        "loc": {
          "start": {
            "line": 27,
            "column": 4
          },
          "end": {
            "line": 27,
            "column": 16
          }
        }
      },
      "loc": {
        "start": {
          "line": 27,
          "column": 1
        },
        "end": {
          "line": 27,
          "column": 16
        }
      }
    },
    {
      "type": "LabelledStatement",
      "label": {
        "type": "Identifier",
        "name": "g",
        "decorators": [],
        "loc": {
          "start": {
            "line": 29,
            "column": 1
          },
          "end": {
            "line": 29,
            "column": 2
          }
        }
      },
      "body": {
        "type": "TryStatement",
        "block": {
          "type": "BlockStatement",
          "statements": [],
          "loc": {
            "start": {
              "line": 29,
              "column": 8
            },
            "end": {
              "line": 29,
              "column": 10
            }
          }
        },
        "handler": {
          "type": "CatchClause",
          "body": {
            "type": "BlockStatement",
            "statements": [],
            "loc": {
              "start": {
                "line": 29,
                "column": 20
              },
              "end": {
                "line": 29,
                "column": 22
              }
            }
          },
          "param": {
            "type": "Identifier",
            "name": "e",
            "decorators": [],
            "loc": {
              "start": {
                "line": 29,
                "column": 17
              },
              "end": {
                "line": 29,
                "column": 18
              }
            }
          },
          "loc": {
            "start": {
              "line": 29,
              "column": 11
            },
            "end": {
              "line": 29,
              "column": 22
            }
          }
        },
        "finalizer": {
          "type": "BlockStatement",
          "statements": [],
          "loc": {
            "start": {
              "line": 29,
              "column": 31
            },
            "end": {
              "line": 29,
              "column": 33
            }
          }
        },
        "loc": {
          "start": {
            "line": 29,
            "column": 4
          },
          "end": {
            "line": 29,
            "column": 33
          }
        }
      },
      "loc": {
        "start": {
          "line": 29,
          "column": 1
        },
        "end": {
          "line": 29,
          "column": 33
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "a",
          "decorators": [],
          "loc": {
            "start": {
              "line": 31,
              "column": 10
            },
            "end": {
              "line": 31,
              "column": 11
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "LabelledStatement",
              "label": {
                "type": "Identifier",
                "name": "b",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 3
                  },
                  "end": {
                    "line": 33,
                    "column": 4
                  }
                }
              },
              "body": {
                "type": "BlockStatement",
                "statements": [
                  {
                    "type": "LabelledStatement",
                    "label": {
                      "type": "Identifier",
                      "name": "a",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 5
                        },
                        "end": {
                          "line": 35,
                          "column": 6
                        }
                      }
                    },
                    "body": {
                      "type": "WhileStatement",
                      "test": {
                        "type": "BooleanLiteral",
                        "value": true,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 11
                          },
                          "end": {
                            "line": 36,
                            "column": 15
                          }
                        }
                      },
                      "body": {
                        "type": "BlockStatement",
                        "statements": [
                          {
                            "type": "BreakStatement",
                            "label": {
                              "type": "Identifier",
                              "name": "a",
                              "decorators": [],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 13
                                },
                                "end": {
                                  "line": 38,
                                  "column": 14
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 7
                              },
                              "end": {
                                "line": 38,
                                "column": 15
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 5
                          },
                          "end": {
                            "line": 39,
                            "column": 6
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 5
                        },
                        "end": {
                          "line": 39,
                          "column": 6
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 5
                      },
                      "end": {
                        "line": 39,
                        "column": 6
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 3
                  },
                  "end": {
                    "line": 40,
                    "column": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 33,
                  "column": 3
                },
                "end": {
                  "line": 40,
                  "column": 4
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 32,
              "column": 1
            },
            "end": {
              "line": 41,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 31,
            "column": 1
          },
          "end": {
            "line": 41,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 31,
          "column": 1
        },
        "end": {
          "line": 41,
          "column": 2
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "b",
          "decorators": [],
          "loc": {
            "start": {
              "line": 44,
              "column": 10
            },
            "end": {
              "line": 44,
              "column": 11
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "LabelledStatement",
              "label": {
                "type": "Identifier",
                "name": "b",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 3
                  },
                  "end": {
                    "line": 46,
                    "column": 4
                  }
                }
              },
              "body": {
                "type": "BlockStatement",
                "statements": [
                  {
                    "type": "LabelledStatement",
                    "label": {
                      "type": "Identifier",
                      "name": "a",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 5
                        },
                        "end": {
                          "line": 48,
                          "column": 6
                        }
                      }
                    },
                    "body": {
                      "type": "LabelledStatement",
                      "label": {
                        "type": "Identifier",
                        "name": "c",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 5
                          },
                          "end": {
                            "line": 49,
                            "column": 6
                          }
                        }
                      },
                      "body": {
                        "type": "WhileStatement",
                        "test": {
                          "type": "BooleanLiteral",
                          "value": true,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 11
                            },
                            "end": {
                              "line": 50,
                              "column": 15
                            }
                          }
                        },
                        "body": {
                          "type": "BlockStatement",
                          "statements": [
                            {
                              "type": "BreakStatement",
                              "label": {
                                "type": "Identifier",
                                "name": "b",
                                "decorators": [],
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 14
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 7
                                },
                                "end": {
                                  "line": 52,
                                  "column": 15
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 5
                            },
                            "end": {
                              "line": 53,
                              "column": 6
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 5
                          },
                          "end": {
                            "line": 53,
                            "column": 6
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 5
                        },
                        "end": {
                          "line": 53,
                          "column": 6
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 5
                      },
                      "end": {
                        "line": 53,
                        "column": 6
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 3
                  },
                  "end": {
                    "line": 54,
                    "column": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 46,
                  "column": 3
                },
                "end": {
                  "line": 54,
                  "column": 4
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 45,
              "column": 1
            },
            "end": {
              "line": 55,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 44,
            "column": 1
          },
          "end": {
            "line": 55,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 44,
          "column": 1
        },
        "end": {
          "line": 55,
          "column": 2
        }
      }
    },
    {
      "type": "LabelledStatement",
      "label": {
        "type": "Identifier",
        "name": "a",
        "decorators": [],
        "loc": {
          "start": {
            "line": 57,
            "column": 1
          },
          "end": {
            "line": 57,
            "column": 2
          }
        }
      },
      "body": {
        "type": "LabelledStatement",
        "label": {
          "type": "Identifier",
          "name": "b",
          "decorators": [],
          "loc": {
            "start": {
              "line": 58,
              "column": 1
            },
            "end": {
              "line": 58,
              "column": 2
            }
          }
        },
        "body": {
          "type": "LabelledStatement",
          "label": {
            "type": "Identifier",
            "name": "c",
            "decorators": [],
            "loc": {
              "start": {
                "line": 59,
                "column": 1
              },
              "end": {
                "line": 59,
                "column": 2
              }
            }
          },
          "body": {
            "type": "LabelledStatement",
            "label": {
              "type": "Identifier",
              "name": "d",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 60,
                  "column": 1
                },
                "end": {
                  "line": 60,
                  "column": 2
                }
              }
            },
            "body": {
              "type": "ExpressionStatement",
              "expression": {
                "type": "NumberLiteral",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 4
                  },
                  "end": {
                    "line": 60,
                    "column": 5
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 60,
                  "column": 4
                },
                "end": {
                  "line": 60,
                  "column": 6
                }
              }
            },
            "loc": {
              "start": {
                "line": 60,
                "column": 1
              },
              "end": {
                "line": 60,
                "column": 6
              }
            }
          },
          "loc": {
            "start": {
              "line": 59,
              "column": 1
            },
            "end": {
              "line": 60,
              "column": 6
            }
          }
        },
        "loc": {
          "start": {
            "line": 58,
            "column": 1
          },
          "end": {
            "line": 60,
            "column": 6
          }
        }
      },
      "loc": {
        "start": {
          "line": 57,
          "column": 1
        },
        "end": {
          "line": 60,
          "column": 6
        }
      }
    },
    {
      "type": "LabelledStatement",
      "label": {
        "type": "Identifier",
        "name": "a",
        "decorators": [],
        "loc": {
          "start": {
            "line": 62,
            "column": 1
          },
          "end": {
            "line": 62,
            "column": 2
          }
        }
      },
      "body": {
        "type": "ExpressionStatement",
        "expression": {
          "type": "NumberLiteral",
          "value": 1,
          "loc": {
            "start": {
              "line": 62,
              "column": 4
            },
            "end": {
              "line": 62,
              "column": 5
            }
          }
        },
        "loc": {
          "start": {
            "line": 62,
            "column": 4
          },
          "end": {
            "line": 62,
            "column": 6
          }
        }
      },
      "loc": {
        "start": {
          "line": 62,
          "column": 1
        },
        "end": {
          "line": 62,
          "column": 6
        }
      }
    },
    {
      "type": "LabelledStatement",
      "label": {
        "type": "Identifier",
        "name": "a",
        "decorators": [],
        "loc": {
          "start": {
            "line": 63,
            "column": 1
          },
          "end": {
            "line": 63,
            "column": 2
          }
        }
      },
      "body": {
        "type": "ExpressionStatement",
        "expression": {
          "type": "NumberLiteral",
          "value": 2,
          "loc": {
            "start": {
              "line": 63,
              "column": 4
            },
            "end": {
              "line": 63,
              "column": 5
            }
          }
        },
        "loc": {
          "start": {
            "line": 63,
            "column": 4
          },
          "end": {
            "line": 63,
            "column": 6
          }
        }
      },
      "loc": {
        "start": {
          "line": 63,
          "column": 1
        },
        "end": {
          "line": 63,
          "column": 6
        }
      }
    },
    {
      "type": "LabelledStatement",
      "label": {
        "type": "Identifier",
        "name": "a",
        "decorators": [],
        "loc": {
          "start": {
            "line": 64,
            "column": 1
          },
          "end": {
            "line": 64,
            "column": 2
          }
        }
      },
      "body": {
        "type": "ExpressionStatement",
        "expression": {
          "type": "NumberLiteral",
          "value": 3,
          "loc": {
            "start": {
              "line": 64,
              "column": 4
            },
            "end": {
              "line": 64,
              "column": 5
            }
          }
        },
        "loc": {
          "start": {
            "line": 64,
            "column": 4
          },
          "end": {
            "line": 64,
            "column": 6
          }
        }
      },
      "loc": {
        "start": {
          "line": 64,
          "column": 1
        },
        "end": {
          "line": 64,
          "column": 6
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 65,
      "column": 1
    }
  }
}
