{
    "range": [
        0,
        43
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 3,
            "column": 1
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                43
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 3,
                    "column": 1
                }
            },
            "type": "FunctionDeclaration",
            "id": {
                "range": [
                    9,
                    10
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 9
                    },
                    "end": {
                        "line": 1,
                        "column": 10
                    }
                },
                "type": "Identifier",
                "name": "a"
            },
            "params": [
                {
                    "range": [
                        11,
                        12
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 11
                        },
                        "end": {
                            "line": 1,
                            "column": 12
                        }
                    },
                    "type": "Identifier",
                    "name": "a"
                },
                {
                    "range": [
                        14,
                        15
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 14
                        },
                        "end": {
                            "line": 1,
                            "column": 15
                        }
                    },
                    "type": "Identifier",
                    "name": "b"
                },
                {
                    "range": [
                        17,
                        18
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 17
                        },
                        "end": {
                            "line": 1,
                            "column": 18
                        }
                    },
                    "type": "Identifier",
                    "name": "c"
                }
            ],
            "defaults": [],
            "body": {
                "range": [
                    20,
                    43
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 20
                    },
                    "end": {
                        "line": 3,
                        "column": 1
                    }
                },
                "type": "BlockStatement",
                "body": [
                    {
                        "range": [
                            24,
                            41
                        ],
                        "loc": {
                            "start": {
                                "line": 2,
                                "column": 2
                            },
                            "end": {
                                "line": 2,
                                "column": 19
                            }
                        },
                        "type": "ReturnStatement",
                        "argument": {
                            "range": [
                                31,
                                40
                            ],
                            "loc": {
                                "start": {
                                    "line": 2,
                                    "column": 9
                                },
                                "end": {
                                    "line": 2,
                                    "column": 18
                                }
                            },
                            "type": "BinaryExpression",
                            "operator": "+",
                            "left": {
                                "range": [
                                    31,
                                    36
                                ],
                                "loc": {
                                    "start": {
                                        "line": 2,
                                        "column": 9
                                    },
                                    "end": {
                                        "line": 2,
                                        "column": 14
                                    }
                                },
                                "type": "BinaryExpression",
                                "operator": "+",
                                "left": {
                                    "range": [
                                        31,
                                        32
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 2,
                                            "column": 9
                                        },
                                        "end": {
                                            "line": 2,
                                            "column": 10
                                        }
                                    },
                                    "type": "Identifier",
                                    "name": "a"
                                },
                                "right": {
                                    "range": [
                                        35,
                                        36
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 2,
                                            "column": 13
                                        },
                                        "end": {
                                            "line": 2,
                                            "column": 14
                                        }
                                    },
                                    "type": "Identifier",
                                    "name": "b"
                                }
                            },
                            "right": {
                                "range": [
                                    39,
                                    40
                                ],
                                "loc": {
                                    "start": {
                                        "line": 2,
                                        "column": 17
                                    },
                                    "end": {
                                        "line": 2,
                                        "column": 18
                                    }
                                },
                                "type": "Identifier",
                                "name": "c"
                            }
                        }
                    }
                ]
            },
            "generator": false,
            "expression": false
        }
    ]
}