{
    "range": [
        0,
        34
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 34
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                34
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 34
                }
            },
            "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": [
                        18,
                        19
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 18
                        },
                        "end": {
                            "line": 1,
                            "column": 19
                        }
                    },
                    "type": "Identifier",
                    "name": "b"
                },
                {
                    "range": [
                        29,
                        30
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 29
                        },
                        "end": {
                            "line": 1,
                            "column": 30
                        }
                    },
                    "type": "Identifier",
                    "name": "c"
                }
            ],
            "defaults": [
                {
                    "range": [
                        15,
                        16
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 15
                        },
                        "end": {
                            "line": 1,
                            "column": 16
                        }
                    },
                    "type": "Literal",
                    "value": 1,
                    "raw": "1"
                },
                {
                    "range": [
                        22,
                        27
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 22
                        },
                        "end": {
                            "line": 1,
                            "column": 27
                        }
                    },
                    "type": "BinaryExpression",
                    "operator": "+",
                    "left": {
                        "range": [
                            22,
                            23
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 22
                            },
                            "end": {
                                "line": 1,
                                "column": 23
                            }
                        },
                        "type": "Literal",
                        "value": 2,
                        "raw": "2"
                    },
                    "right": {
                        "range": [
                            26,
                            27
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 26
                            },
                            "end": {
                                "line": 1,
                                "column": 27
                            }
                        },
                        "type": "Literal",
                        "value": 3,
                        "raw": "3"
                    }
                },
                null
            ],
            "body": {
                "range": [
                    32,
                    34
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 32
                    },
                    "end": {
                        "line": 1,
                        "column": 34
                    }
                },
                "type": "BlockStatement",
                "body": []
            },
            "generator": false,
            "expression": false
        }
    ]
}