{
  "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": "FunctionDeclaration",
                "isAsync": false,
                "isGenerator": false,
                "name": {
                  "type": "BindingIdentifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 13,
                      "offset": 28
                    },
                    "end": {
                      "line": 2,
                      "column": 14,
                      "offset": 29
                    }
                  }
                },
                "params": {
                  "type": "FormalParameters",
                  "items": [],
                  "rest": null,
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 14,
                      "offset": 29
                    },
                    "end": {
                      "line": 2,
                      "column": 16,
                      "offset": 31
                    }
                  }
                },
                "body": {
                  "type": "FunctionBody",
                  "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": 3,
                                "column": 18,
                                "offset": 52
                              },
                              "end": {
                                "line": 3,
                                "column": 20,
                                "offset": 54
                              }
                            }
                          },
                          "body": {
                            "type": "FunctionBody",
                            "directives": [],
                            "statements": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "IdentifierExpression",
                                    "name": "b",
                                    "loc": {
                                      "start": {
                                        "line": 4,
                                        "column": 12,
                                        "offset": 69
                                      },
                                      "end": {
                                        "line": 4,
                                        "column": 13,
                                        "offset": 70
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "LiteralStringExpression",
                                      "value": "c",
                                      "loc": {
                                        "start": {
                                          "line": 4,
                                          "column": 14,
                                          "offset": 71
                                        },
                                        "end": {
                                          "line": 4,
                                          "column": 17,
                                          "offset": 74
                                        }
                                      }
                                    }
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 4,
                                      "column": 12,
                                      "offset": 69
                                    },
                                    "end": {
                                      "line": 4,
                                      "column": 18,
                                      "offset": 75
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 12,
                                    "offset": 69
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 19,
                                    "offset": 76
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 21,
                                "offset": 55
                              },
                              "end": {
                                "line": 5,
                                "column": 9,
                                "offset": 86
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 9,
                              "offset": 43
                            },
                            "end": {
                              "line": 5,
                              "column": 9,
                              "offset": 86
                            }
                          }
                        },
                        "arguments": [],
                        "loc": {
                          "start": {
                            "line": 3,
                            "column": 9,
                            "offset": 43
                          },
                          "end": {
                            "line": 5,
                            "column": 11,
                            "offset": 88
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 8,
                          "offset": 42
                        },
                        "end": {
                          "line": 5,
                          "column": 13,
                          "offset": 90
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 17,
                      "offset": 32
                    },
                    "end": {
                      "line": 6,
                      "column": 5,
                      "offset": 96
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 4,
                    "offset": 19
                  },
                  "end": {
                    "line": 6,
                    "column": 5,
                    "offset": 96
                  }
                }
              },
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 4,
                        "offset": 101
                      },
                      "end": {
                        "line": 7,
                        "column": 5,
                        "offset": 102
                      }
                    }
                  },
                  "arguments": [],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 4,
                      "offset": 101
                    },
                    "end": {
                      "line": 7,
                      "column": 7,
                      "offset": 104
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 4,
                    "offset": 101
                  },
                  "end": {
                    "line": 7,
                    "column": 8,
                    "offset": 105
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 13,
                "offset": 13
              },
              "end": {
                "line": 8,
                "column": 1,
                "offset": 107
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 1,
              "offset": 1
            },
            "end": {
              "line": 8,
              "column": 1,
              "offset": 107
            }
          }
        },
        "arguments": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 1,
            "offset": 1
          },
          "end": {
            "line": 8,
            "column": 3,
            "offset": 109
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 8,
          "column": 5,
          "offset": 111
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 9,
      "column": 0,
      "offset": 112
    }
  }
}
