{
    "type": "Program",
    "body": [
        {
            "type": "VariableDeclaration",
            "declarations": [
                {
                    "type": "VariableDeclarator",
                    "id": {
                        "type": "Identifier",
                        "name": "res"
                    },
                    "init": {
                        "type": "Literal",
                        "value": "bla",
                        "raw": "'bla'"
                    }
                }
            ],
            "kind": "const",
            "leadingComments": [
                {
                    "type": "Block",
                    "value": "\n variable comment\n",
                    "range": [
                        0,
                        23
                    ]
                }
            ]
        }
    ],
    "sourceType": "script"
}
