{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "LabeledStatement",
      "label": "b",
      "body": {
        "type": "WhileStatement",
        "test": {
          "type": "LiteralNumericExpression",
          "value": 1,
          "loc": {
            "start": {
              "line": 1,
              "column": 10,
              "offset": 10
            },
            "end": {
              "line": 1,
              "column": 11,
              "offset": 11
            }
          }
        },
        "body": {
          "type": "BlockStatement",
          "block": {
            "type": "Block",
            "statements": [
              {
                "type": "ContinueStatement",
                "label": null,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 15,
                    "offset": 15
                  },
                  "end": {
                    "line": 1,
                    "column": 23,
                    "offset": 23
                  }
                }
              },
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "IdentifierExpression",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 3,
                      "offset": 31
                    },
                    "end": {
                      "line": 2,
                      "column": 4,
                      "offset": 32
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 3,
                    "offset": 31
                  },
                  "end": {
                    "line": 2,
                    "column": 5,
                    "offset": 33
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 13,
                "offset": 13
              },
              "end": {
                "line": 2,
                "column": 7,
                "offset": 35
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 13,
              "offset": 13
            },
            "end": {
              "line": 2,
              "column": 7,
              "offset": 35
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 3,
            "offset": 3
          },
          "end": {
            "line": 2,
            "column": 7,
            "offset": 35
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 2,
          "column": 7,
          "offset": 35
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 2,
      "column": 7,
      "offset": 35
    }
  }
}
