{
    "type": "Program",
    "body": [
        {
            "type": "FunctionDeclaration",
            "id": {
                "type": "Identifier",
                "name": "foo"
            },
            "params": [],
            "body": {
                "type": "BlockStatement",
                "innerComments": [
                    {
                        "type": "Line",
                        "value": " Returns foo"
                    },
                    {
                        "type": "Line",
                        "value": " End of comment"
                    }
                ],
                "body": [

                ]
            },
            "generator": false,
            "expression": false,
            "async": false,
            "fsParamTypings": [],
            "leadingComments": [
                {
                    "type": "Line",
                    "value": " A function"
                }
            ],
            "trailingComments": [
                {
                    "type": "Line",
                    "value": " End of function"
                }
            ]
        }
    ],
    "sourceType": "module"
}
