{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "WhileStatement",
      "test": {
        "type": "LiteralBooleanExpression",
        "value": true,
        "loc": {
          "start": {
            "line": 1,
            "column": 7,
            "offset": 7
          },
          "end": {
            "line": 1,
            "column": 11,
            "offset": 11
          }
        }
      },
      "body": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ContinueStatement",
              "label": null,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 15,
                  "offset": 15
                },
                "end": {
                  "line": 1,
                  "column": 23,
                  "offset": 23
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "IdentifierExpression",
                "name": "a",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 0,
                    "offset": 35
                  },
                  "end": {
                    "line": 2,
                    "column": 1,
                    "offset": 36
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 0,
                  "offset": 35
                },
                "end": {
                  "line": 2,
                  "column": 2,
                  "offset": 37
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 13,
              "offset": 13
            },
            "end": {
              "line": 2,
              "column": 4,
              "offset": 39
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 13,
            "offset": 13
          },
          "end": {
            "line": 2,
            "column": 4,
            "offset": 39
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 2,
          "column": 4,
          "offset": 39
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 2,
      "column": 4,
      "offset": 39
    }
  }
}
