{
    "range": [
        0,
        7
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 2,
            "column": 4
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                7
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 2,
                    "column": 4
                }
            },
            "type": "LabeledStatement",
            "label": {
                "range": [
                    0,
                    1
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 0
                    },
                    "end": {
                        "line": 1,
                        "column": 1
                    }
                },
                "type": "Identifier",
                "name": "A"
            },
            "body": {
                "range": [
                    3,
                    7
                ],
                "loc": {
                    "start": {
                        "line": 2,
                        "column": 0
                    },
                    "end": {
                        "line": 2,
                        "column": 4
                    }
                },
                "type": "ExpressionStatement",
                "expression": {
                    "range": [
                        3,
                        6
                    ],
                    "loc": {
                        "start": {
                            "line": 2,
                            "column": 0
                        },
                        "end": {
                            "line": 2,
                            "column": 3
                        }
                    },
                    "type": "UpdateExpression",
                    "operator": "++",
                    "argument": {
                        "range": [
                            3,
                            4
                        ],
                        "loc": {
                            "start": {
                                "line": 2,
                                "column": 0
                            },
                            "end": {
                                "line": 2,
                                "column": 1
                            }
                        },
                        "type": "Identifier",
                        "name": "a"
                    },
                    "prefix": false
                }
            }
        }
    ]
}