{
  "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": {
              "type": "FunctionExpression",
              "isAsync": false,
              "isGenerator": false,
              "name": null,
              "params": {
                "type": "FormalParameters",
                "items": [],
                "rest": {
                  "type": "BindingIdentifier",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 21,
                      "offset": 21
                    },
                    "end": {
                      "line": 1,
                      "column": 22,
                      "offset": 22
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 17,
                    "offset": 17
                  },
                  "end": {
                    "line": 1,
                    "column": 23,
                    "offset": 23
                  }
                }
              },
              "body": {
                "type": "FunctionBody",
                "directives": [],
                "statements": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "IdentifierExpression",
                        "name": "c",
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 26,
                            "offset": 26
                          },
                          "end": {
                            "line": 1,
                            "column": 27,
                            "offset": 27
                          }
                        }
                      },
                      "arguments": [],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 26,
                          "offset": 26
                        },
                        "end": {
                          "line": 1,
                          "column": 29,
                          "offset": 29
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 26,
                        "offset": 26
                      },
                      "end": {
                        "line": 1,
                        "column": 29,
                        "offset": 29
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 24,
                    "offset": 24
                  },
                  "end": {
                    "line": 1,
                    "column": 31,
                    "offset": 31
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 8,
                  "offset": 8
                },
                "end": {
                  "line": 1,
                  "column": 31,
                  "offset": 31
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 4,
                "offset": 4
              },
              "end": {
                "line": 1,
                "column": 31,
                "offset": 31
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 1,
            "column": 31,
            "offset": 31
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 32,
          "offset": 32
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 1,
      "column": 32,
      "offset": 32
    }
  }
}
