{
    "range": [
        0,
        24
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 3,
            "column": 5
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                24
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 3,
                    "column": 5
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    0,
                    23
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 0
                    },
                    "end": {
                        "line": 3,
                        "column": 4
                    }
                },
                "type": "CallExpression",
                "callee": {
                    "range": [
                        1,
                        20
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 1
                        },
                        "end": {
                            "line": 3,
                            "column": 1
                        }
                    },
                    "type": "FunctionExpression",
                    "id": null,
                    "params": [],
                    "defaults": [],
                    "body": {
                        "range": [
                            12,
                            20
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 12
                            },
                            "end": {
                                "line": 3,
                                "column": 1
                            }
                        },
                        "type": "BlockStatement",
                        "body": [
                            {
                                "range": [
                                    16,
                                    18
                                ],
                                "loc": {
                                    "start": {
                                        "line": 2,
                                        "column": 2
                                    },
                                    "end": {
                                        "line": 2,
                                        "column": 4
                                    }
                                },
                                "type": "ExpressionStatement",
                                "expression": {
                                    "range": [
                                        16,
                                        17
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 2,
                                            "column": 2
                                        },
                                        "end": {
                                            "line": 2,
                                            "column": 3
                                        }
                                    },
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1"
                                }
                            }
                        ]
                    },
                    "generator": false,
                    "expression": false
                },
                "arguments": []
            }
        }
    ]
}