{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "VariableDeclarationStatement",
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "var",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 4,
                  "offset": 4
                },
                "end": {
                  "line": 1,
                  "column": 5,
                  "offset": 5
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 1,
                "column": 4,
                "offset": 4
              },
              "end": {
                "line": 1,
                "column": 5,
                "offset": 5
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 1,
            "column": 5,
            "offset": 5
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 6,
          "offset": 6
        }
      }
    },
    {
      "type": "IfStatement",
      "test": {
        "type": "CallExpression",
        "callee": {
          "type": "IdentifierExpression",
          "name": "b",
          "loc": {
            "start": {
              "line": 2,
              "column": 4,
              "offset": 62
            },
            "end": {
              "line": 2,
              "column": 5,
              "offset": 63
            }
          }
        },
        "arguments": [],
        "loc": {
          "start": {
            "line": 2,
            "column": 4,
            "offset": 62
          },
          "end": {
            "line": 2,
            "column": 7,
            "offset": 65
          }
        }
      },
      "consequent": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 4,
                      "offset": 73
                    },
                    "end": {
                      "line": 3,
                      "column": 5,
                      "offset": 74
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "IdentifierExpression",
                    "name": "c",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 6,
                        "offset": 75
                      },
                      "end": {
                        "line": 3,
                        "column": 7,
                        "offset": 76
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 4,
                    "offset": 73
                  },
                  "end": {
                    "line": 3,
                    "column": 8,
                    "offset": 77
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 3,
                  "column": 4,
                  "offset": 73
                },
                "end": {
                  "line": 3,
                  "column": 9,
                  "offset": 78
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 9,
              "offset": 67
            },
            "end": {
              "line": 4,
              "column": 1,
              "offset": 80
            }
          }
        },
        "loc": {
          "start": {
            "line": 2,
            "column": 9,
            "offset": 67
          },
          "end": {
            "line": 4,
            "column": 1,
            "offset": 80
          }
        }
      },
      "alternate": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 4,
                      "offset": 92
                    },
                    "end": {
                      "line": 5,
                      "column": 5,
                      "offset": 93
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "IdentifierExpression",
                    "name": "d",
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 6,
                        "offset": 94
                      },
                      "end": {
                        "line": 5,
                        "column": 7,
                        "offset": 95
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 4,
                    "offset": 92
                  },
                  "end": {
                    "line": 5,
                    "column": 8,
                    "offset": 96
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 5,
                  "column": 4,
                  "offset": 92
                },
                "end": {
                  "line": 5,
                  "column": 9,
                  "offset": 97
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 7,
              "offset": 86
            },
            "end": {
              "line": 6,
              "column": 1,
              "offset": 99
            }
          }
        },
        "loc": {
          "start": {
            "line": 4,
            "column": 7,
            "offset": 86
          },
          "end": {
            "line": 6,
            "column": 1,
            "offset": 99
          }
        }
      },
      "loc": {
        "start": {
          "line": 2,
          "column": 0,
          "offset": 58
        },
        "end": {
          "line": 6,
          "column": 1,
          "offset": 99
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 6,
      "column": 1,
      "offset": 99
    }
  }
}
