{
    "range": [
        0,
        5
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 5
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                5
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 5
                }
            },
            "type": "BlockStatement",
            "body": [
                {
                    "range": [
                        1,
                        4
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 1
                        },
                        "end": {
                            "line": 1,
                            "column": 4
                        }
                    },
                    "type": "LabeledStatement",
                    "label": {
                        "range": [
                            1,
                            2
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 1
                            },
                            "end": {
                                "line": 1,
                                "column": 2
                            }
                        },
                        "type": "Identifier",
                        "name": "a"
                    },
                    "body": {
                        "range": [
                            3,
                            4
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 3
                            },
                            "end": {
                                "line": 1,
                                "column": 4
                            }
                        },
                        "type": "ExpressionStatement",
                        "expression": {
                            "range": [
                                3,
                                4
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 3
                                },
                                "end": {
                                    "line": 1,
                                    "column": 4
                                }
                            },
                            "type": "Literal",
                            "value": 1,
                            "raw": "1"
                        }
                    }
                }
            ]
        }
    ]
}