{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "DoWhileStatement",
      "body": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "UpdateExpression",
                "isPrefix": false,
                "operator": "++",
                "operand": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 5,
                      "offset": 5
                    },
                    "end": {
                      "line": 1,
                      "column": 6,
                      "offset": 6
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 5,
                    "offset": 5
                  },
                  "end": {
                    "line": 1,
                    "column": 8,
                    "offset": 8
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 5,
                  "offset": 5
                },
                "end": {
                  "line": 1,
                  "column": 9,
                  "offset": 9
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "UpdateExpression",
                "isPrefix": false,
                "operator": "--",
                "operand": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10,
                      "offset": 10
                    },
                    "end": {
                      "line": 1,
                      "column": 11,
                      "offset": 11
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 10,
                    "offset": 10
                  },
                  "end": {
                    "line": 1,
                    "column": 13,
                    "offset": 13
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 10,
                  "offset": 10
                },
                "end": {
                  "line": 1,
                  "column": 14,
                  "offset": 14
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 3,
              "offset": 3
            },
            "end": {
              "line": 1,
              "column": 16,
              "offset": 16
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 3,
            "offset": 3
          },
          "end": {
            "line": 1,
            "column": 16,
            "offset": 16
          }
        }
      },
      "test": {
        "type": "BinaryExpression",
        "left": {
          "type": "IdentifierExpression",
          "name": "a",
          "loc": {
            "start": {
              "line": 1,
              "column": 24,
              "offset": 24
            },
            "end": {
              "line": 1,
              "column": 25,
              "offset": 25
            }
          }
        },
        "operator": "<",
        "right": {
          "type": "LiteralNumericExpression",
          "value": 1,
          "loc": {
            "start": {
              "line": 1,
              "column": 28,
              "offset": 28
            },
            "end": {
              "line": 1,
              "column": 29,
              "offset": 29
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 24,
            "offset": 24
          },
          "end": {
            "line": 1,
            "column": 29,
            "offset": 29
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 30,
          "offset": 30
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 1,
      "column": 30,
      "offset": 30
    }
  }
}
