{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "SwitchStatementWithDefault",
      "discriminant": {
        "type": "IdentifierExpression",
        "name": "a",
        "loc": {
          "start": {
            "line": 1,
            "column": 8,
            "offset": 8
          },
          "end": {
            "line": 1,
            "column": 9,
            "offset": 9
          }
        }
      },
      "preDefaultCases": [
        {
          "type": "SwitchCase",
          "test": {
            "type": "LiteralStringExpression",
            "value": "b",
            "loc": {
              "start": {
                "line": 2,
                "column": 7,
                "offset": 20
              },
              "end": {
                "line": 2,
                "column": 10,
                "offset": 23
              }
            }
          },
          "consequent": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 12,
                      "offset": 25
                    },
                    "end": {
                      "line": 2,
                      "column": 13,
                      "offset": 26
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 12,
                    "offset": 25
                  },
                  "end": {
                    "line": 2,
                    "column": 15,
                    "offset": 28
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 12,
                  "offset": 25
                },
                "end": {
                  "line": 2,
                  "column": 16,
                  "offset": 29
                }
              }
            },
            {
              "type": "BreakStatement",
              "label": null,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 17,
                  "offset": 30
                },
                "end": {
                  "line": 2,
                  "column": 23,
                  "offset": 36
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 2,
              "offset": 15
            },
            "end": {
              "line": 2,
              "column": 23,
              "offset": 36
            }
          }
        }
      ],
      "defaultCase": {
        "type": "SwitchDefault",
        "consequent": [
          {
            "type": "BreakStatement",
            "label": null,
            "loc": {
              "start": {
                "line": 4,
                "column": 4,
                "offset": 52
              },
              "end": {
                "line": 4,
                "column": 10,
                "offset": 58
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 3,
            "column": 2,
            "offset": 39
          },
          "end": {
            "line": 4,
            "column": 10,
            "offset": 58
          }
        }
      },
      "postDefaultCases": [],
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 5,
          "column": 1,
          "offset": 60
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 5,
      "column": 1,
      "offset": 60
    }
  }
}
