{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "LabeledStatement",
      "label": "a",
      "body": {
        "type": "LabeledStatement",
        "label": "b",
        "body": {
          "type": "WhileStatement",
          "test": {
            "type": "LiteralBooleanExpression",
            "value": true,
            "loc": {
              "start": {
                "line": 1,
                "column": 13,
                "offset": 13
              },
              "end": {
                "line": 1,
                "column": 17,
                "offset": 17
              }
            }
          },
          "body": {
            "type": "BlockStatement",
            "block": {
              "type": "Block",
              "statements": [
                {
                  "type": "ContinueStatement",
                  "label": "a",
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 21,
                      "offset": 21
                    },
                    "end": {
                      "line": 1,
                      "column": 32,
                      "offset": 32
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 19,
                  "offset": 19
                },
                "end": {
                  "line": 1,
                  "column": 34,
                  "offset": 34
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 19,
                "offset": 19
              },
              "end": {
                "line": 1,
                "column": 34,
                "offset": 34
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 6,
              "offset": 6
            },
            "end": {
              "line": 1,
              "column": 34,
              "offset": 34
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 3,
            "offset": 3
          },
          "end": {
            "line": 1,
            "column": 34,
            "offset": 34
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 34,
          "offset": 34
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 1,
      "column": 34,
      "offset": 34
    }
  }
}
