{
    "range": [
        0,
        18
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 18
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                18
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 18
                }
            },
            "type": "DoWhileStatement",
            "body": {
                "range": [
                    3,
                    7
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 3
                    },
                    "end": {
                        "line": 1,
                        "column": 7
                    }
                },
                "type": "ExpressionStatement",
                "expression": {
                    "range": [
                        3,
                        6
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 3
                        },
                        "end": {
                            "line": 1,
                            "column": 6
                        }
                    },
                    "type": "CallExpression",
                    "callee": {
                        "range": [
                            3,
                            4
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 3
                            },
                            "end": {
                                "line": 1,
                                "column": 4
                            }
                        },
                        "type": "Identifier",
                        "name": "a"
                    },
                    "arguments": []
                }
            },
            "test": {
                "range": [
                    15,
                    16
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 15
                    },
                    "end": {
                        "line": 1,
                        "column": 16
                    }
                },
                "type": "Literal",
                "value": 0,
                "raw": "0"
            }
        }
    ]
}