{
  "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": "IfStatement",
              "test": {
                "type": "IdentifierExpression",
                "name": "a",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 8,
                    "offset": 23
                  },
                  "end": {
                    "line": 2,
                    "column": 9,
                    "offset": 24
                  }
                }
              },
              "consequent": {
                "type": "BreakStatement",
                "label": null,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 11,
                    "offset": 26
                  },
                  "end": {
                    "line": 3,
                    "column": 5,
                    "offset": 37
                  }
                }
              },
              "alternate": {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "IdentifierExpression",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 9,
                      "offset": 47
                    },
                    "end": {
                      "line": 4,
                      "column": 10,
                      "offset": 48
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 9,
                    "offset": 47
                  },
                  "end": {
                    "line": 4,
                    "column": 11,
                    "offset": 49
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4,
                  "offset": 19
                },
                "end": {
                  "line": 4,
                  "column": 11,
                  "offset": 49
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 13,
              "offset": 13
            },
            "end": {
              "line": 5,
              "column": 1,
              "offset": 51
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 13,
            "offset": 13
          },
          "end": {
            "line": 5,
            "column": 1,
            "offset": 51
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 5,
          "column": 1,
          "offset": 51
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 6,
      "column": 0,
      "offset": 52
    }
  }
}
