{
  "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": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 4,
                      "offset": 13
                    },
                    "end": {
                      "line": 2,
                      "column": 5,
                      "offset": 14
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 4,
                    "offset": 13
                  },
                  "end": {
                    "line": 2,
                    "column": 7,
                    "offset": 16
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4,
                  "offset": 13
                },
                "end": {
                  "line": 2,
                  "column": 8,
                  "offset": 17
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 7,
              "offset": 7
            },
            "end": {
              "line": 3,
              "column": 1,
              "offset": 19
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 7,
            "offset": 7
          },
          "end": {
            "line": 3,
            "column": 1,
            "offset": 19
          }
        }
      },
      "alternate": {
        "type": "IfStatement",
        "test": {
          "type": "IdentifierExpression",
          "name": "c",
          "loc": {
            "start": {
              "line": 3,
              "column": 11,
              "offset": 29
            },
            "end": {
              "line": 3,
              "column": 12,
              "offset": 30
            }
          }
        },
        "consequent": {
          "type": "BlockStatement",
          "block": {
            "type": "Block",
            "statements": [
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "d",
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 4,
                        "offset": 38
                      },
                      "end": {
                        "line": 4,
                        "column": 5,
                        "offset": 39
                      }
                    }
                  },
                  "arguments": [],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 4,
                      "offset": 38
                    },
                    "end": {
                      "line": 4,
                      "column": 7,
                      "offset": 41
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 4,
                    "offset": 38
                  },
                  "end": {
                    "line": 4,
                    "column": 8,
                    "offset": 42
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 14,
                "offset": 32
              },
              "end": {
                "line": 5,
                "column": 1,
                "offset": 44
              }
            }
          },
          "loc": {
            "start": {
              "line": 3,
              "column": 14,
              "offset": 32
            },
            "end": {
              "line": 5,
              "column": 1,
              "offset": 44
            }
          }
        },
        "alternate": {
          "type": "IfStatement",
          "test": {
            "type": "IdentifierExpression",
            "name": "e",
            "loc": {
              "start": {
                "line": 5,
                "column": 11,
                "offset": 54
              },
              "end": {
                "line": 5,
                "column": 12,
                "offset": 55
              }
            }
          },
          "consequent": {
            "type": "BlockStatement",
            "block": {
              "type": "Block",
              "statements": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "IdentifierExpression",
                      "name": "f",
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 4,
                          "offset": 63
                        },
                        "end": {
                          "line": 6,
                          "column": 5,
                          "offset": 64
                        }
                      }
                    },
                    "arguments": [],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 4,
                        "offset": 63
                      },
                      "end": {
                        "line": 6,
                        "column": 7,
                        "offset": 66
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 4,
                      "offset": 63
                    },
                    "end": {
                      "line": 6,
                      "column": 8,
                      "offset": 67
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 14,
                  "offset": 57
                },
                "end": {
                  "line": 7,
                  "column": 1,
                  "offset": 69
                }
              }
            },
            "loc": {
              "start": {
                "line": 5,
                "column": 14,
                "offset": 57
              },
              "end": {
                "line": 7,
                "column": 1,
                "offset": 69
              }
            }
          },
          "alternate": null,
          "loc": {
            "start": {
              "line": 5,
              "column": 7,
              "offset": 50
            },
            "end": {
              "line": 7,
              "column": 1,
              "offset": 69
            }
          }
        },
        "loc": {
          "start": {
            "line": 3,
            "column": 7,
            "offset": 25
          },
          "end": {
            "line": 7,
            "column": 1,
            "offset": 69
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 7,
          "column": 1,
          "offset": 69
        }
      }
    },
    {
      "type": "IfStatement",
      "test": {
        "type": "IdentifierExpression",
        "name": "a",
        "loc": {
          "start": {
            "line": 9,
            "column": 4,
            "offset": 75
          },
          "end": {
            "line": 9,
            "column": 5,
            "offset": 76
          }
        }
      },
      "consequent": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 4,
                      "offset": 84
                    },
                    "end": {
                      "line": 10,
                      "column": 5,
                      "offset": 85
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 4,
                    "offset": 84
                  },
                  "end": {
                    "line": 10,
                    "column": 7,
                    "offset": 87
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 10,
                  "column": 4,
                  "offset": 84
                },
                "end": {
                  "line": 10,
                  "column": 8,
                  "offset": 88
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 9,
              "column": 7,
              "offset": 78
            },
            "end": {
              "line": 11,
              "column": 1,
              "offset": 90
            }
          }
        },
        "loc": {
          "start": {
            "line": 9,
            "column": 7,
            "offset": 78
          },
          "end": {
            "line": 11,
            "column": 1,
            "offset": 90
          }
        }
      },
      "alternate": {
        "type": "IfStatement",
        "test": {
          "type": "IdentifierExpression",
          "name": "c",
          "loc": {
            "start": {
              "line": 11,
              "column": 11,
              "offset": 100
            },
            "end": {
              "line": 11,
              "column": 12,
              "offset": 101
            }
          }
        },
        "consequent": {
          "type": "BlockStatement",
          "block": {
            "type": "Block",
            "statements": [
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "d",
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 4,
                        "offset": 109
                      },
                      "end": {
                        "line": 12,
                        "column": 5,
                        "offset": 110
                      }
                    }
                  },
                  "arguments": [],
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 4,
                      "offset": 109
                    },
                    "end": {
                      "line": 12,
                      "column": 7,
                      "offset": 112
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 4,
                    "offset": 109
                  },
                  "end": {
                    "line": 12,
                    "column": 8,
                    "offset": 113
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 11,
                "column": 14,
                "offset": 103
              },
              "end": {
                "line": 13,
                "column": 1,
                "offset": 115
              }
            }
          },
          "loc": {
            "start": {
              "line": 11,
              "column": 14,
              "offset": 103
            },
            "end": {
              "line": 13,
              "column": 1,
              "offset": 115
            }
          }
        },
        "alternate": {
          "type": "IfStatement",
          "test": {
            "type": "IdentifierExpression",
            "name": "e",
            "loc": {
              "start": {
                "line": 13,
                "column": 11,
                "offset": 125
              },
              "end": {
                "line": 13,
                "column": 12,
                "offset": 126
              }
            }
          },
          "consequent": {
            "type": "BlockStatement",
            "block": {
              "type": "Block",
              "statements": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "IdentifierExpression",
                      "name": "f",
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 4,
                          "offset": 134
                        },
                        "end": {
                          "line": 14,
                          "column": 5,
                          "offset": 135
                        }
                      }
                    },
                    "arguments": [],
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 4,
                        "offset": 134
                      },
                      "end": {
                        "line": 14,
                        "column": 7,
                        "offset": 137
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 4,
                      "offset": 134
                    },
                    "end": {
                      "line": 14,
                      "column": 8,
                      "offset": 138
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 13,
                  "column": 14,
                  "offset": 128
                },
                "end": {
                  "line": 15,
                  "column": 1,
                  "offset": 140
                }
              }
            },
            "loc": {
              "start": {
                "line": 13,
                "column": 14,
                "offset": 128
              },
              "end": {
                "line": 15,
                "column": 1,
                "offset": 140
              }
            }
          },
          "alternate": {
            "type": "BlockStatement",
            "block": {
              "type": "Block",
              "statements": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "IdentifierExpression",
                      "name": "g",
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 4,
                          "offset": 152
                        },
                        "end": {
                          "line": 16,
                          "column": 5,
                          "offset": 153
                        }
                      }
                    },
                    "arguments": [],
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 4,
                        "offset": 152
                      },
                      "end": {
                        "line": 16,
                        "column": 7,
                        "offset": 155
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 4,
                      "offset": 152
                    },
                    "end": {
                      "line": 16,
                      "column": 8,
                      "offset": 156
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 15,
                  "column": 7,
                  "offset": 146
                },
                "end": {
                  "line": 17,
                  "column": 1,
                  "offset": 158
                }
              }
            },
            "loc": {
              "start": {
                "line": 15,
                "column": 7,
                "offset": 146
              },
              "end": {
                "line": 17,
                "column": 1,
                "offset": 158
              }
            }
          },
          "loc": {
            "start": {
              "line": 13,
              "column": 7,
              "offset": 121
            },
            "end": {
              "line": 17,
              "column": 1,
              "offset": 158
            }
          }
        },
        "loc": {
          "start": {
            "line": 11,
            "column": 7,
            "offset": 96
          },
          "end": {
            "line": 17,
            "column": 1,
            "offset": 158
          }
        }
      },
      "loc": {
        "start": {
          "line": 9,
          "column": 0,
          "offset": 71
        },
        "end": {
          "line": 17,
          "column": 1,
          "offset": 158
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 17,
      "column": 1,
      "offset": 158
    }
  }
}
