{
    "range": [
        0,
        12
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 12
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                12
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 12
                }
            },
            "type": "WhileStatement",
            "test": {
                "range": [
                    7,
                    8
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 7
                    },
                    "end": {
                        "line": 1,
                        "column": 8
                    }
                },
                "type": "Literal",
                "value": 0,
                "raw": "0"
            },
            "body": {
                "range": [
                    10,
                    12
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 10
                    },
                    "end": {
                        "line": 1,
                        "column": 12
                    }
                },
                "type": "BlockStatement",
                "body": []
            }
        }
    ]
}