{
    "range": [
        0,
        50
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 3,
            "column": 2
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                50
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 3,
                    "column": 2
                }
            },
            "type": "VariableDeclaration",
            "declarations": [
                {
                    "range": [
                        4,
                        49
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 4
                        },
                        "end": {
                            "line": 3,
                            "column": 1
                        }
                    },
                    "type": "VariableDeclarator",
                    "id": {
                        "range": [
                            4,
                            5
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 4
                            },
                            "end": {
                                "line": 1,
                                "column": 5
                            }
                        },
                        "type": "Identifier",
                        "name": "a"
                    },
                    "init": {
                        "range": [
                            8,
                            49
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 8
                            },
                            "end": {
                                "line": 3,
                                "column": 1
                            }
                        },
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                            {
                                "range": [
                                    17,
                                    18
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 17
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 18
                                    }
                                },
                                "type": "Identifier",
                                "name": "a"
                            },
                            {
                                "range": [
                                    20,
                                    21
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 20
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 21
                                    }
                                },
                                "type": "Identifier",
                                "name": "b"
                            },
                            {
                                "range": [
                                    23,
                                    24
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 23
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 24
                                    }
                                },
                                "type": "Identifier",
                                "name": "c"
                            }
                        ],
                        "defaults": [],
                        "body": {
                            "range": [
                                26,
                                49
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 26
                                },
                                "end": {
                                    "line": 3,
                                    "column": 1
                                }
                            },
                            "type": "BlockStatement",
                            "body": [
                                {
                                    "range": [
                                        30,
                                        47
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 2,
                                            "column": 2
                                        },
                                        "end": {
                                            "line": 2,
                                            "column": 19
                                        }
                                    },
                                    "type": "ReturnStatement",
                                    "argument": {
                                        "range": [
                                            37,
                                            46
                                        ],
                                        "loc": {
                                            "start": {
                                                "line": 2,
                                                "column": 9
                                            },
                                            "end": {
                                                "line": 2,
                                                "column": 18
                                            }
                                        },
                                        "type": "BinaryExpression",
                                        "operator": "+",
                                        "left": {
                                            "range": [
                                                37,
                                                42
                                            ],
                                            "loc": {
                                                "start": {
                                                    "line": 2,
                                                    "column": 9
                                                },
                                                "end": {
                                                    "line": 2,
                                                    "column": 14
                                                }
                                            },
                                            "type": "BinaryExpression",
                                            "operator": "+",
                                            "left": {
                                                "range": [
                                                    37,
                                                    38
                                                ],
                                                "loc": {
                                                    "start": {
                                                        "line": 2,
                                                        "column": 9
                                                    },
                                                    "end": {
                                                        "line": 2,
                                                        "column": 10
                                                    }
                                                },
                                                "type": "Identifier",
                                                "name": "a"
                                            },
                                            "right": {
                                                "range": [
                                                    41,
                                                    42
                                                ],
                                                "loc": {
                                                    "start": {
                                                        "line": 2,
                                                        "column": 13
                                                    },
                                                    "end": {
                                                        "line": 2,
                                                        "column": 14
                                                    }
                                                },
                                                "type": "Identifier",
                                                "name": "b"
                                            }
                                        },
                                        "right": {
                                            "range": [
                                                45,
                                                46
                                            ],
                                            "loc": {
                                                "start": {
                                                    "line": 2,
                                                    "column": 17
                                                },
                                                "end": {
                                                    "line": 2,
                                                    "column": 18
                                                }
                                            },
                                            "type": "Identifier",
                                            "name": "c"
                                        }
                                    }
                                }
                            ]
                        },
                        "generator": false,
                        "expression": false
                    }
                }
            ],
            "kind": "var"
        }
    ]
}