{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "LabeledStatement",
      "label": "a",
      "body": {
        "type": "WhileStatement",
        "test": {
          "type": "LiteralBooleanExpression",
          "value": true,
          "loc": {
            "start": {
              "line": 1,
              "column": 10,
              "offset": 10
            },
            "end": {
              "line": 1,
              "column": 14,
              "offset": 14
            }
          }
        },
        "body": {
          "type": "BlockStatement",
          "block": {
            "type": "Block",
            "statements": [
              {
                "type": "ContinueStatement",
                "label": "a",
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 18,
                    "offset": 18
                  },
                  "end": {
                    "line": 1,
                    "column": 29,
                    "offset": 29
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 16,
                "offset": 16
              },
              "end": {
                "line": 1,
                "column": 31,
                "offset": 31
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 16,
              "offset": 16
            },
            "end": {
              "line": 1,
              "column": 31,
              "offset": 31
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 3,
            "offset": 3
          },
          "end": {
            "line": 1,
            "column": 31,
            "offset": 31
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 31,
          "offset": 31
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 1,
      "column": 31,
      "offset": 31
    }
  }
}
