{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "LabeledStatement",
      "label": "a",
      "body": {
        "type": "WhileStatement",
        "test": {
          "type": "LiteralBooleanExpression",
          "value": true,
          "loc": {
            "start": {
              "line": 1,
              "column": 9,
              "offset": 9
            },
            "end": {
              "line": 1,
              "column": 13,
              "offset": 13
            }
          }
        },
        "body": {
          "type": "BlockStatement",
          "block": {
            "type": "Block",
            "statements": [
              {
                "type": "BreakStatement",
                "label": "a",
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 17,
                    "offset": 17
                  },
                  "end": {
                    "line": 2,
                    "column": 1,
                    "offset": 26
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 15,
                "offset": 15
              },
              "end": {
                "line": 2,
                "column": 3,
                "offset": 28
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 15,
              "offset": 15
            },
            "end": {
              "line": 2,
              "column": 3,
              "offset": 28
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 3,
            "offset": 3
          },
          "end": {
            "line": 2,
            "column": 3,
            "offset": 28
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 2,
          "column": 3,
          "offset": 28
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 2,
      "column": 3,
      "offset": 28
    }
  }
}
