{
    "type": "Program",
    "body": [
        {
            "type": "FunctionDeclaration",
            "id": {
                "type": "Identifier",
                "name": "foo"
            },
            "params": [],
            "body": {
                "type": "BlockStatement",
                "body": []
            },
            "generator": false,
            "expression": false,
            "async": false,
            "leadingComments": [
                {
                    "type": "Block",
                    "value": "\nBlock comment\n",
                    "range": [
                        0,
                        19
                    ]
                },
                {
                    "type": "Block",
                    "value": "\nsecond comment\n",
                    "range": [
                        21,
                        41
                    ]
                },
                {
                    "type": "Block",
                    "value": "\nthird comment\n",
                    "range": [
                        43,
                        62
                    ]
                }
            ]
        }
    ],
    "sourceType": "module"
}
