{
    "range": [
        0,
        16
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 16
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                16
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 16
                }
            },
            "type": "FunctionDeclaration",
            "id": {
                "range": [
                    10,
                    11
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 10
                    },
                    "end": {
                        "line": 1,
                        "column": 11
                    }
                },
                "type": "Identifier",
                "name": "a"
            },
            "params": [],
            "defaults": [],
            "body": {
                "range": [
                    14,
                    16
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 14
                    },
                    "end": {
                        "line": 1,
                        "column": 16
                    }
                },
                "type": "BlockStatement",
                "body": []
            },
            "generator": true,
            "expression": false
        }
    ]
}