{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "LabeledStatement",
      "label": "b",
      "body": {
        "type": "SwitchStatementWithDefault",
        "discriminant": {
          "type": "LiteralNumericExpression",
          "value": 1,
          "loc": {
            "start": {
              "line": 1,
              "column": 11,
              "offset": 11
            },
            "end": {
              "line": 1,
              "column": 12,
              "offset": 12
            }
          }
        },
        "preDefaultCases": [
          {
            "type": "SwitchCase",
            "test": {
              "type": "LiteralNumericExpression",
              "value": 2,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7,
                  "offset": 23
                },
                "end": {
                  "line": 2,
                  "column": 8,
                  "offset": 24
                }
              }
            },
            "consequent": [
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 4,
                        "offset": 30
                      },
                      "end": {
                        "line": 3,
                        "column": 5,
                        "offset": 31
                      }
                    }
                  },
                  "arguments": [],
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 4,
                      "offset": 30
                    },
                    "end": {
                      "line": 3,
                      "column": 7,
                      "offset": 33
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 4,
                    "offset": 30
                  },
                  "end": {
                    "line": 3,
                    "column": 8,
                    "offset": 34
                  }
                }
              },
              {
                "type": "ForStatement",
                "init": null,
                "test": null,
                "update": null,
                "body": {
                  "type": "BreakStatement",
                  "label": "b",
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 13,
                      "offset": 48
                    },
                    "end": {
                      "line": 4,
                      "column": 21,
                      "offset": 56
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 4,
                    "offset": 39
                  },
                  "end": {
                    "line": 4,
                    "column": 21,
                    "offset": 56
                  }
                }
              },
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "c",
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 4,
                        "offset": 61
                      },
                      "end": {
                        "line": 5,
                        "column": 5,
                        "offset": 62
                      }
                    }
                  },
                  "arguments": [],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 4,
                      "offset": 61
                    },
                    "end": {
                      "line": 5,
                      "column": 7,
                      "offset": 64
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 4,
                    "offset": 61
                  },
                  "end": {
                    "line": 5,
                    "column": 8,
                    "offset": 65
                  }
                }
              },
              {
                "type": "BreakStatement",
                "label": null,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 4,
                    "offset": 70
                  },
                  "end": {
                    "line": 6,
                    "column": 10,
                    "offset": 76
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 2,
                "offset": 18
              },
              "end": {
                "line": 6,
                "column": 10,
                "offset": 76
              }
            }
          },
          {
            "type": "SwitchCase",
            "test": {
              "type": "BinaryExpression",
              "left": {
                "type": "LiteralNumericExpression",
                "value": 3,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 7,
                    "offset": 84
                  },
                  "end": {
                    "line": 7,
                    "column": 8,
                    "offset": 85
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "LiteralNumericExpression",
                "value": 4,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 9,
                    "offset": 86
                  },
                  "end": {
                    "line": 7,
                    "column": 10,
                    "offset": 87
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 7,
                  "column": 7,
                  "offset": 84
                },
                "end": {
                  "line": 7,
                  "column": 10,
                  "offset": 87
                }
              }
            },
            "consequent": [
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "d",
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 4,
                        "offset": 93
                      },
                      "end": {
                        "line": 8,
                        "column": 5,
                        "offset": 94
                      }
                    }
                  },
                  "arguments": [],
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 4,
                      "offset": 93
                    },
                    "end": {
                      "line": 8,
                      "column": 7,
                      "offset": 96
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 4,
                    "offset": 93
                  },
                  "end": {
                    "line": 8,
                    "column": 8,
                    "offset": 97
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 2,
                "offset": 79
              },
              "end": {
                "line": 8,
                "column": 8,
                "offset": 97
              }
            }
          }
        ],
        "defaultCase": {
          "type": "SwitchDefault",
          "consequent": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "e",
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 4,
                      "offset": 113
                    },
                    "end": {
                      "line": 10,
                      "column": 5,
                      "offset": 114
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 4,
                    "offset": 113
                  },
                  "end": {
                    "line": 10,
                    "column": 7,
                    "offset": 116
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 10,
                  "column": 4,
                  "offset": 113
                },
                "end": {
                  "line": 10,
                  "column": 8,
                  "offset": 117
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 9,
              "column": 2,
              "offset": 100
            },
            "end": {
              "line": 10,
              "column": 8,
              "offset": 117
            }
          }
        },
        "postDefaultCases": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 3,
            "offset": 3
          },
          "end": {
            "line": 11,
            "column": 1,
            "offset": 119
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 11,
          "column": 1,
          "offset": 119
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 11,
      "column": 1,
      "offset": 119
    }
  }
}
