{
    "range": [
        0,
        45
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 5,
            "column": 1
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                45
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 5,
                    "column": 1
                }
            },
            "type": "SwitchStatement",
            "discriminant": {
                "range": [
                    8,
                    9
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 8
                    },
                    "end": {
                        "line": 1,
                        "column": 9
                    }
                },
                "type": "Identifier",
                "name": "a"
            },
            "cases": [
                {
                    "range": [
                        15,
                        43
                    ],
                    "loc": {
                        "start": {
                            "line": 2,
                            "column": 2
                        },
                        "end": {
                            "line": 4,
                            "column": 10
                        }
                    },
                    "type": "SwitchCase",
                    "test": null,
                    "consequent": [
                        {
                            "range": [
                                28,
                                32
                            ],
                            "loc": {
                                "start": {
                                    "line": 3,
                                    "column": 4
                                },
                                "end": {
                                    "line": 3,
                                    "column": 8
                                }
                            },
                            "type": "ExpressionStatement",
                            "expression": {
                                "range": [
                                    28,
                                    31
                                ],
                                "loc": {
                                    "start": {
                                        "line": 3,
                                        "column": 4
                                    },
                                    "end": {
                                        "line": 3,
                                        "column": 7
                                    }
                                },
                                "type": "UpdateExpression",
                                "operator": "++",
                                "argument": {
                                    "range": [
                                        28,
                                        29
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 3,
                                            "column": 4
                                        },
                                        "end": {
                                            "line": 3,
                                            "column": 5
                                        }
                                    },
                                    "type": "Identifier",
                                    "name": "b"
                                },
                                "prefix": false
                            }
                        },
                        {
                            "range": [
                                37,
                                43
                            ],
                            "loc": {
                                "start": {
                                    "line": 4,
                                    "column": 4
                                },
                                "end": {
                                    "line": 4,
                                    "column": 10
                                }
                            },
                            "type": "BreakStatement",
                            "label": null
                        }
                    ]
                }
            ]
        }
    ]
}