{
  "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": "IfStatement",
            "test": {
              "type": "UnaryExpression",
              "operator": "void",
              "operand": {
                "type": "LiteralNumericExpression",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 13,
                    "offset": 28
                  },
                  "end": {
                    "line": 2,
                    "column": 14,
                    "offset": 29
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 8,
                  "offset": 23
                },
                "end": {
                  "line": 2,
                  "column": 14,
                  "offset": 29
                }
              }
            },
            "consequent": {
              "type": "BlockStatement",
              "block": {
                "type": "Block",
                "statements": [
                  {
                    "type": "VariableDeclarationStatement",
                    "declaration": {
                      "type": "VariableDeclaration",
                      "kind": "var",
                      "declarators": [
                        {
                          "type": "VariableDeclarator",
                          "binding": {
                            "type": "BindingIdentifier",
                            "name": "b",
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 12,
                                "offset": 45
                              },
                              "end": {
                                "line": 3,
                                "column": 13,
                                "offset": 46
                              }
                            }
                          },
                          "init": {
                            "type": "LiteralNumericExpression",
                            "value": 2,
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 16,
                                "offset": 49
                              },
                              "end": {
                                "line": 3,
                                "column": 17,
                                "offset": 50
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 12,
                              "offset": 45
                            },
                            "end": {
                              "line": 3,
                              "column": 17,
                              "offset": 50
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 8,
                          "offset": 41
                        },
                        "end": {
                          "line": 3,
                          "column": 17,
                          "offset": 50
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 8,
                        "offset": 41
                      },
                      "end": {
                        "line": 3,
                        "column": 18,
                        "offset": 51
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 16,
                    "offset": 31
                  },
                  "end": {
                    "line": 4,
                    "column": 5,
                    "offset": 57
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 16,
                  "offset": 31
                },
                "end": {
                  "line": 4,
                  "column": 5,
                  "offset": 57
                }
              }
            },
            "alternate": {
              "type": "BlockStatement",
              "block": {
                "type": "Block",
                "statements": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "IdentifierExpression",
                        "name": "c",
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 8,
                            "offset": 73
                          },
                          "end": {
                            "line": 5,
                            "column": 9,
                            "offset": 74
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "IdentifierExpression",
                          "name": "a",
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 10,
                              "offset": 75
                            },
                            "end": {
                              "line": 5,
                              "column": 11,
                              "offset": 76
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 8,
                          "offset": 73
                        },
                        "end": {
                          "line": 5,
                          "column": 12,
                          "offset": 77
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 8,
                        "offset": 73
                      },
                      "end": {
                        "line": 5,
                        "column": 13,
                        "offset": 78
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 11,
                    "offset": 63
                  },
                  "end": {
                    "line": 6,
                    "column": 5,
                    "offset": 84
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 4,
                  "column": 11,
                  "offset": 63
                },
                "end": {
                  "line": 6,
                  "column": 5,
                  "offset": 84
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 4,
                "offset": 19
              },
              "end": {
                "line": 6,
                "column": 5,
                "offset": 84
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "IdentifierExpression",
                "name": "c",
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 4,
                    "offset": 89
                  },
                  "end": {
                    "line": 7,
                    "column": 5,
                    "offset": 90
                  }
                }
              },
              "arguments": [
                {
                  "type": "IdentifierExpression",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 6,
                      "offset": 91
                    },
                    "end": {
                      "line": 7,
                      "column": 7,
                      "offset": 92
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 4,
                  "offset": 89
                },
                "end": {
                  "line": 7,
                  "column": 8,
                  "offset": 93
                }
              }
            },
            "loc": {
              "start": {
                "line": 7,
                "column": 4,
                "offset": 89
              },
              "end": {
                "line": 7,
                "column": 9,
                "offset": 94
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 13,
            "offset": 13
          },
          "end": {
            "line": 8,
            "column": 1,
            "offset": 96
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 8,
          "column": 1,
          "offset": 96
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 9,
      "column": 0,
      "offset": 97
    }
  }
}
