{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "FunctionExpression",
          "isAsync": false,
          "isGenerator": false,
          "name": null,
          "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": "ForStatement",
                "init": {
                  "type": "VariableDeclaration",
                  "kind": "var",
                  "declarators": [
                    {
                      "type": "VariableDeclarator",
                      "binding": {
                        "type": "BindingIdentifier",
                        "name": "a",
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 13,
                            "offset": 28
                          },
                          "end": {
                            "line": 2,
                            "column": 14,
                            "offset": 29
                          }
                        }
                      },
                      "init": {
                        "type": "LiteralNumericExpression",
                        "value": 1,
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 17,
                            "offset": 32
                          },
                          "end": {
                            "line": 2,
                            "column": 18,
                            "offset": 33
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 13,
                          "offset": 28
                        },
                        "end": {
                          "line": 2,
                          "column": 18,
                          "offset": 33
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 9,
                      "offset": 24
                    },
                    "end": {
                      "line": 2,
                      "column": 18,
                      "offset": 33
                    }
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "left": {
                    "type": "IdentifierExpression",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 20,
                        "offset": 35
                      },
                      "end": {
                        "line": 2,
                        "column": 21,
                        "offset": 36
                      }
                    }
                  },
                  "operator": "<",
                  "right": {
                    "type": "LiteralNumericExpression",
                    "value": 2,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 24,
                        "offset": 39
                      },
                      "end": {
                        "line": 2,
                        "column": 25,
                        "offset": 40
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 20,
                      "offset": 35
                    },
                    "end": {
                      "line": 2,
                      "column": 25,
                      "offset": 40
                    }
                  }
                },
                "update": {
                  "type": "UpdateExpression",
                  "isPrefix": true,
                  "operator": "++",
                  "operand": {
                    "type": "AssignmentTargetIdentifier",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 29,
                        "offset": 44
                      },
                      "end": {
                        "line": 2,
                        "column": 30,
                        "offset": 45
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 27,
                      "offset": 42
                    },
                    "end": {
                      "line": 2,
                      "column": 30,
                      "offset": 45
                    }
                  }
                },
                "body": {
                  "type": "EmptyStatement",
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 31,
                      "offset": 46
                    },
                    "end": {
                      "line": 2,
                      "column": 32,
                      "offset": 47
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 4,
                    "offset": 19
                  },
                  "end": {
                    "line": 2,
                    "column": 32,
                    "offset": 47
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 13,
                "offset": 13
              },
              "end": {
                "line": 3,
                "column": 1,
                "offset": 49
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 1,
              "offset": 1
            },
            "end": {
              "line": 3,
              "column": 1,
              "offset": 49
            }
          }
        },
        "arguments": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 1,
            "offset": 1
          },
          "end": {
            "line": 3,
            "column": 3,
            "offset": 51
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 3,
          "column": 5,
          "offset": 53
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 4,
      "column": 0,
      "offset": 54
    }
  }
}
