{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a",
            "loc": {
              "start": {
                "line": 16,
                "column": 5
              },
              "end": {
                "line": 16,
                "column": 6
              }
            }
          },
          "init": {
            "type": "NumberLiteral",
            "value": 1,
            "loc": {
              "start": {
                "line": 16,
                "column": 9
              },
              "end": {
                "line": 16,
                "column": 10
              }
            }
          },
          "loc": {
            "start": {
              "line": 16,
              "column": 5
            },
            "end": {
              "line": 16,
              "column": 10
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 16,
          "column": 11
        }
      }
    },
    {
      "type": "LabelledStatement",
      "label": {
        "type": "Identifier",
        "name": "target1",
        "loc": {
          "start": {
            "line": 17,
            "column": 1
          },
          "end": {
            "line": 17,
            "column": 8
          }
        }
      },
      "body": {
        "type": "LabelledStatement",
        "label": {
          "type": "Identifier",
          "name": "target2",
          "loc": {
            "start": {
              "line": 18,
              "column": 1
            },
            "end": {
              "line": 18,
              "column": 8
            }
          }
        },
        "body": {
          "type": "WhileStatement",
          "test": {
            "type": "UpdateExpression",
            "operator": "--",
            "prefix": false,
            "argument": {
              "type": "Identifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 7
                },
                "end": {
                  "line": 19,
                  "column": 8
                }
              }
            },
            "loc": {
              "start": {
                "line": 19,
                "column": 7
              },
              "end": {
                "line": 19,
                "column": 10
              }
            }
          },
          "body": {
            "type": "BlockStatement",
            "statements": [
              {
                "type": "ContinueStatement",
                "label": {
                  "type": "Identifier",
                  "name": "target1",
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 14
                    },
                    "end": {
                      "line": 20,
                      "column": 21
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 5
                  },
                  "end": {
                    "line": 20,
                    "column": 22
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 19,
                "column": 12
              },
              "end": {
                "line": 21,
                "column": 2
              }
            }
          },
          "loc": {
            "start": {
              "line": 19,
              "column": 1
            },
            "end": {
              "line": 21,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 18,
            "column": 1
          },
          "end": {
            "line": 21,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 21,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 21,
      "column": 2
    }
  }
}
