{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "SwitchStatementWithDefault",
      "discriminant": {
        "type": "LiteralNumericExpression",
        "value": 1,
        "loc": {
          "start": {
            "line": 1,
            "column": 8,
            "offset": 8
          },
          "end": {
            "line": 1,
            "column": 9,
            "offset": 9
          }
        }
      },
      "preDefaultCases": [
        {
          "type": "SwitchCase",
          "test": {
            "type": "LiteralNumericExpression",
            "value": 2,
            "loc": {
              "start": {
                "line": 2,
                "column": 7,
                "offset": 20
              },
              "end": {
                "line": 2,
                "column": 8,
                "offset": 21
              }
            }
          },
          "consequent": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 4,
                      "offset": 27
                    },
                    "end": {
                      "line": 3,
                      "column": 5,
                      "offset": 28
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 4,
                    "offset": 27
                  },
                  "end": {
                    "line": 3,
                    "column": 7,
                    "offset": 30
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 3,
                  "column": 4,
                  "offset": 27
                },
                "end": {
                  "line": 3,
                  "column": 8,
                  "offset": 31
                }
              }
            },
            {
              "type": "IfStatement",
              "test": {
                "type": "IdentifierExpression",
                "name": "b",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 8,
                    "offset": 40
                  },
                  "end": {
                    "line": 4,
                    "column": 9,
                    "offset": 41
                  }
                }
              },
              "consequent": {
                "type": "BreakStatement",
                "label": null,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 11,
                    "offset": 43
                  },
                  "end": {
                    "line": 4,
                    "column": 17,
                    "offset": 49
                  }
                }
              },
              "alternate": null,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4,
                  "offset": 36
                },
                "end": {
                  "line": 4,
                  "column": 17,
                  "offset": 49
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 4,
                      "offset": 54
                    },
                    "end": {
                      "line": 5,
                      "column": 5,
                      "offset": 55
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 4,
                    "offset": 54
                  },
                  "end": {
                    "line": 5,
                    "column": 7,
                    "offset": 57
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 5,
                  "column": 4,
                  "offset": 54
                },
                "end": {
                  "line": 5,
                  "column": 8,
                  "offset": 58
                }
              }
            },
            {
              "type": "BreakStatement",
              "label": null,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 4,
                  "offset": 63
                },
                "end": {
                  "line": 6,
                  "column": 10,
                  "offset": 69
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 2,
              "offset": 15
            },
            "end": {
              "line": 6,
              "column": 10,
              "offset": 69
            }
          }
        },
        {
          "type": "SwitchCase",
          "test": {
            "type": "BinaryExpression",
            "left": {
              "type": "LiteralNumericExpression",
              "value": 3,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 7,
                  "offset": 77
                },
                "end": {
                  "line": 7,
                  "column": 8,
                  "offset": 78
                }
              }
            },
            "operator": "+",
            "right": {
              "type": "LiteralNumericExpression",
              "value": 4,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 9,
                  "offset": 79
                },
                "end": {
                  "line": 7,
                  "column": 10,
                  "offset": 80
                }
              }
            },
            "loc": {
              "start": {
                "line": 7,
                "column": 7,
                "offset": 77
              },
              "end": {
                "line": 7,
                "column": 10,
                "offset": 80
              }
            }
          },
          "consequent": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "d",
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 4,
                      "offset": 86
                    },
                    "end": {
                      "line": 8,
                      "column": 5,
                      "offset": 87
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 4,
                    "offset": 86
                  },
                  "end": {
                    "line": 8,
                    "column": 7,
                    "offset": 89
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 8,
                  "column": 4,
                  "offset": 86
                },
                "end": {
                  "line": 8,
                  "column": 8,
                  "offset": 90
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 2,
              "offset": 72
            },
            "end": {
              "line": 8,
              "column": 8,
              "offset": 90
            }
          }
        }
      ],
      "defaultCase": {
        "type": "SwitchDefault",
        "consequent": [
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "IdentifierExpression",
                "name": "e",
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 4,
                    "offset": 106
                  },
                  "end": {
                    "line": 10,
                    "column": 5,
                    "offset": 107
                  }
                }
              },
              "arguments": [],
              "loc": {
                "start": {
                  "line": 10,
                  "column": 4,
                  "offset": 106
                },
                "end": {
                  "line": 10,
                  "column": 7,
                  "offset": 109
                }
              }
            },
            "loc": {
              "start": {
                "line": 10,
                "column": 4,
                "offset": 106
              },
              "end": {
                "line": 10,
                "column": 8,
                "offset": 110
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 9,
            "column": 2,
            "offset": 93
          },
          "end": {
            "line": 10,
            "column": 8,
            "offset": 110
          }
        }
      },
      "postDefaultCases": [],
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 11,
          "column": 1,
          "offset": 112
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 11,
      "column": 1,
      "offset": 112
    }
  }
}
