{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "IfStatement",
      "test": {
        "type": "IdentifierExpression",
        "name": "a",
        "loc": {
          "start": {
            "line": 1,
            "column": 4,
            "offset": 4
          },
          "end": {
            "line": 1,
            "column": 5,
            "offset": 5
          }
        }
      },
      "consequent": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "binding": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 4,
                      "offset": 13
                    },
                    "end": {
                      "line": 2,
                      "column": 5,
                      "offset": 14
                    }
                  }
                },
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "c",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 8,
                        "offset": 17
                      },
                      "end": {
                        "line": 2,
                        "column": 9,
                        "offset": 18
                      }
                    }
                  },
                  "arguments": [],
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 8,
                      "offset": 17
                    },
                    "end": {
                      "line": 2,
                      "column": 11,
                      "offset": 20
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 4,
                    "offset": 13
                  },
                  "end": {
                    "line": 2,
                    "column": 11,
                    "offset": 20
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4,
                  "offset": 13
                },
                "end": {
                  "line": 2,
                  "column": 12,
                  "offset": 21
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "binding": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "d",
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 4,
                      "offset": 26
                    },
                    "end": {
                      "line": 3,
                      "column": 5,
                      "offset": 27
                    }
                  }
                },
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "e",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 8,
                        "offset": 30
                      },
                      "end": {
                        "line": 3,
                        "column": 9,
                        "offset": 31
                      }
                    }
                  },
                  "arguments": [],
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 8,
                      "offset": 30
                    },
                    "end": {
                      "line": 3,
                      "column": 11,
                      "offset": 33
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 4,
                    "offset": 26
                  },
                  "end": {
                    "line": 3,
                    "column": 11,
                    "offset": 33
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 3,
                  "column": 4,
                  "offset": 26
                },
                "end": {
                  "line": 3,
                  "column": 12,
                  "offset": 34
                }
              }
            },
            {
              "type": "ForStatement",
              "init": null,
              "test": {
                "type": "BinaryExpression",
                "left": {
                  "type": "IdentifierExpression",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 11,
                      "offset": 46
                    },
                    "end": {
                      "line": 4,
                      "column": 12,
                      "offset": 47
                    }
                  }
                },
                "operator": "<",
                "right": {
                  "type": "IdentifierExpression",
                  "name": "d",
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 15,
                      "offset": 50
                    },
                    "end": {
                      "line": 4,
                      "column": 16,
                      "offset": 51
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 11,
                    "offset": 46
                  },
                  "end": {
                    "line": 4,
                    "column": 16,
                    "offset": 51
                  }
                }
              },
              "update": {
                "type": "UpdateExpression",
                "isPrefix": true,
                "operator": "++",
                "operand": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 20,
                      "offset": 55
                    },
                    "end": {
                      "line": 4,
                      "column": 21,
                      "offset": 56
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 18,
                    "offset": 53
                  },
                  "end": {
                    "line": 4,
                    "column": 21,
                    "offset": 56
                  }
                }
              },
              "body": {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "StaticMemberExpression",
                    "object": {
                      "type": "IdentifierExpression",
                      "name": "f",
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 23,
                          "offset": 58
                        },
                        "end": {
                          "line": 4,
                          "column": 24,
                          "offset": 59
                        }
                      }
                    },
                    "property": "g",
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 23,
                        "offset": 58
                      },
                      "end": {
                        "line": 4,
                        "column": 26,
                        "offset": 61
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "IdentifierExpression",
                      "name": "b",
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 27,
                          "offset": 62
                        },
                        "end": {
                          "line": 4,
                          "column": 28,
                          "offset": 63
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 23,
                      "offset": 58
                    },
                    "end": {
                      "line": 4,
                      "column": 29,
                      "offset": 64
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 23,
                    "offset": 58
                  },
                  "end": {
                    "line": 4,
                    "column": 30,
                    "offset": 65
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4,
                  "offset": 39
                },
                "end": {
                  "line": 4,
                  "column": 30,
                  "offset": 65
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 7,
              "offset": 7
            },
            "end": {
              "line": 5,
              "column": 1,
              "offset": 67
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 7,
            "offset": 7
          },
          "end": {
            "line": 5,
            "column": 1,
            "offset": 67
          }
        }
      },
      "alternate": null,
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 5,
          "column": 1,
          "offset": 67
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 6,
      "column": 0,
      "offset": 68
    }
  }
}
