{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "FunctionDeclaration",
      "isAsync": false,
      "isGenerator": false,
      "name": {
        "type": "BindingIdentifier",
        "name": "a",
        "loc": {
          "start": {
            "line": 1,
            "column": 9,
            "offset": 9
          },
          "end": {
            "line": 1,
            "column": 10,
            "offset": 10
          }
        }
      },
      "params": {
        "type": "FormalParameters",
        "items": [],
        "rest": null,
        "loc": {
          "start": {
            "line": 1,
            "column": 10,
            "offset": 10
          },
          "end": {
            "line": 1,
            "column": 12,
            "offset": 12
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [
          {
            "type": "VariableDeclarationStatement",
            "declaration": {
              "type": "VariableDeclaration",
              "kind": "var",
              "declarators": [
                {
                  "type": "VariableDeclarator",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 8,
                        "offset": 47
                      },
                      "end": {
                        "line": 3,
                        "column": 9,
                        "offset": 48
                      }
                    }
                  },
                  "init": {
                    "type": "LiteralNumericExpression",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 12,
                        "offset": 51
                      },
                      "end": {
                        "line": 3,
                        "column": 13,
                        "offset": 52
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 8,
                      "offset": 47
                    },
                    "end": {
                      "line": 3,
                      "column": 13,
                      "offset": 52
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 4,
                  "offset": 43
                },
                "end": {
                  "line": 3,
                  "column": 13,
                  "offset": 52
                }
              }
            },
            "loc": {
              "start": {
                "line": 3,
                "column": 4,
                "offset": 43
              },
              "end": {
                "line": 3,
                "column": 14,
                "offset": 53
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "UpdateExpression",
              "isPrefix": true,
              "operator": "++",
              "operand": {
                "type": "AssignmentTargetIdentifier",
                "name": "b",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 6,
                    "offset": 60
                  },
                  "end": {
                    "line": 4,
                    "column": 7,
                    "offset": 61
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4,
                  "offset": 58
                },
                "end": {
                  "line": 4,
                  "column": 7,
                  "offset": 61
                }
              }
            },
            "loc": {
              "start": {
                "line": 4,
                "column": 4,
                "offset": 58
              },
              "end": {
                "line": 4,
                "column": 8,
                "offset": 62
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 13,
            "offset": 13
          },
          "end": {
            "line": 5,
            "column": 1,
            "offset": 64
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 5,
          "column": 1,
          "offset": 64
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 6,
      "column": 0,
      "offset": 65
    }
  }
}
