{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "LabeledStatement",
      "label": "c",
      "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": "IfStatement",
                  "test": {
                    "type": "IdentifierExpression",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 17,
                        "offset": 52
                      },
                      "end": {
                        "line": 4,
                        "column": 18,
                        "offset": 53
                      }
                    }
                  },
                  "consequent": {
                    "type": "BreakStatement",
                    "label": "c",
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 20,
                        "offset": 55
                      },
                      "end": {
                        "line": 4,
                        "column": 28,
                        "offset": 63
                      }
                    }
                  },
                  "alternate": null,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 13,
                      "offset": 48
                    },
                    "end": {
                      "line": 4,
                      "column": 28,
                      "offset": 63
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 4,
                    "offset": 39
                  },
                  "end": {
                    "line": 4,
                    "column": 28,
                    "offset": 63
                  }
                }
              },
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "d",
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 4,
                        "offset": 68
                      },
                      "end": {
                        "line": 5,
                        "column": 5,
                        "offset": 69
                      }
                    }
                  },
                  "arguments": [],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 4,
                      "offset": 68
                    },
                    "end": {
                      "line": 5,
                      "column": 7,
                      "offset": 71
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 4,
                    "offset": 68
                  },
                  "end": {
                    "line": 5,
                    "column": 8,
                    "offset": 72
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 2,
                "offset": 18
              },
              "end": {
                "line": 5,
                "column": 8,
                "offset": 72
              }
            }
          },
          {
            "type": "SwitchCase",
            "test": {
              "type": "BinaryExpression",
              "left": {
                "type": "LiteralNumericExpression",
                "value": 3,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 7,
                    "offset": 80
                  },
                  "end": {
                    "line": 6,
                    "column": 8,
                    "offset": 81
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "LiteralNumericExpression",
                "value": 4,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 9,
                    "offset": 82
                  },
                  "end": {
                    "line": 6,
                    "column": 10,
                    "offset": 83
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 6,
                  "column": 7,
                  "offset": 80
                },
                "end": {
                  "line": 6,
                  "column": 10,
                  "offset": 83
                }
              }
            },
            "consequent": [
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "e",
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 4,
                        "offset": 89
                      },
                      "end": {
                        "line": 7,
                        "column": 5,
                        "offset": 90
                      }
                    }
                  },
                  "arguments": [],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 4,
                      "offset": 89
                    },
                    "end": {
                      "line": 7,
                      "column": 7,
                      "offset": 92
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 4,
                    "offset": 89
                  },
                  "end": {
                    "line": 7,
                    "column": 8,
                    "offset": 93
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 2,
                "offset": 75
              },
              "end": {
                "line": 7,
                "column": 8,
                "offset": 93
              }
            }
          }
        ],
        "defaultCase": {
          "type": "SwitchDefault",
          "consequent": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "f",
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 4,
                      "offset": 109
                    },
                    "end": {
                      "line": 9,
                      "column": 5,
                      "offset": 110
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 4,
                    "offset": 109
                  },
                  "end": {
                    "line": 9,
                    "column": 7,
                    "offset": 112
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 9,
                  "column": 4,
                  "offset": 109
                },
                "end": {
                  "line": 9,
                  "column": 8,
                  "offset": 113
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 8,
              "column": 2,
              "offset": 96
            },
            "end": {
              "line": 9,
              "column": 8,
              "offset": 113
            }
          }
        },
        "postDefaultCases": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 3,
            "offset": 3
          },
          "end": {
            "line": 10,
            "column": 1,
            "offset": 115
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 10,
          "column": 1,
          "offset": 115
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 10,
      "column": 1,
      "offset": 115
    }
  }
}
