{
  "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": [
          {
            "type": "BindingIdentifier",
            "name": "b",
            "loc": {
              "start": {
                "line": 1,
                "column": 11,
                "offset": 11
              },
              "end": {
                "line": 1,
                "column": 12,
                "offset": 12
              }
            }
          },
          {
            "type": "BindingIdentifier",
            "name": "c",
            "loc": {
              "start": {
                "line": 1,
                "column": 14,
                "offset": 14
              },
              "end": {
                "line": 1,
                "column": 15,
                "offset": 15
              }
            }
          },
          {
            "type": "BindingIdentifier",
            "name": "d",
            "loc": {
              "start": {
                "line": 1,
                "column": 17,
                "offset": 17
              },
              "end": {
                "line": 1,
                "column": 18,
                "offset": 18
              }
            }
          },
          {
            "type": "BindingIdentifier",
            "name": "e",
            "loc": {
              "start": {
                "line": 1,
                "column": 20,
                "offset": 20
              },
              "end": {
                "line": 1,
                "column": 21,
                "offset": 21
              }
            }
          },
          {
            "type": "BindingIdentifier",
            "name": "f",
            "loc": {
              "start": {
                "line": 1,
                "column": 23,
                "offset": 23
              },
              "end": {
                "line": 1,
                "column": 24,
                "offset": 24
              }
            }
          }
        ],
        "rest": null,
        "loc": {
          "start": {
            "line": 1,
            "column": 10,
            "offset": 10
          },
          "end": {
            "line": 1,
            "column": 25,
            "offset": 25
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [
          {
            "type": "ReturnStatement",
            "expression": {
              "type": "BinaryExpression",
              "left": {
                "type": "IdentifierExpression",
                "name": "b",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 11,
                    "offset": 39
                  },
                  "end": {
                    "line": 2,
                    "column": 12,
                    "offset": 40
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "IdentifierExpression",
                "name": "c",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 15,
                    "offset": 43
                  },
                  "end": {
                    "line": 2,
                    "column": 16,
                    "offset": 44
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 11,
                  "offset": 39
                },
                "end": {
                  "line": 2,
                  "column": 16,
                  "offset": 44
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 4,
                "offset": 32
              },
              "end": {
                "line": 2,
                "column": 17,
                "offset": 45
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 26,
            "offset": 26
          },
          "end": {
            "line": 3,
            "column": 1,
            "offset": 47
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 3,
          "column": 1,
          "offset": 47
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 3,
      "column": 1,
      "offset": 47
    }
  }
}
