{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "IfStatement",
      "test": {
        "type": "IdentifierExpression",
        "name": "a",
        "loc": {
          "start": {
            "line": 1,
            "column": 3,
            "offset": 3
          },
          "end": {
            "line": 1,
            "column": 4,
            "offset": 4
          }
        }
      },
      "consequent": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "binding": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 8,
                      "offset": 8
                    },
                    "end": {
                      "line": 1,
                      "column": 9,
                      "offset": 9
                    }
                  }
                },
                "expression": {
                  "type": "LiteralNumericExpression",
                  "value": 1,
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 12,
                      "offset": 12
                    },
                    "end": {
                      "line": 1,
                      "column": 13,
                      "offset": 13
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 8,
                    "offset": 8
                  },
                  "end": {
                    "line": 1,
                    "column": 13,
                    "offset": 13
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 8,
                  "offset": 8
                },
                "end": {
                  "line": 1,
                  "column": 14,
                  "offset": 14
                }
              }
            },
            {
              "type": "ForStatement",
              "init": {
                "type": "VariableDeclaration",
                "kind": "var",
                "declarators": [
                  {
                    "type": "VariableDeclarator",
                    "binding": {
                      "type": "BindingIdentifier",
                      "name": "c",
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 23,
                          "offset": 23
                        },
                        "end": {
                          "line": 1,
                          "column": 24,
                          "offset": 24
                        }
                      }
                    },
                    "init": null,
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 23,
                        "offset": 23
                      },
                      "end": {
                        "line": 1,
                        "column": 24,
                        "offset": 24
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 19,
                    "offset": 19
                  },
                  "end": {
                    "line": 1,
                    "column": 24,
                    "offset": 24
                  }
                }
              },
              "test": null,
              "update": null,
              "body": {
                "type": "EmptyStatement",
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 27,
                    "offset": 27
                  },
                  "end": {
                    "line": 1,
                    "column": 28,
                    "offset": 28
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 15,
                  "offset": 15
                },
                "end": {
                  "line": 1,
                  "column": 28,
                  "offset": 28
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 6,
              "offset": 6
            },
            "end": {
              "line": 1,
              "column": 30,
              "offset": 30
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 6,
            "offset": 6
          },
          "end": {
            "line": 1,
            "column": 30,
            "offset": 30
          }
        }
      },
      "alternate": null,
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 30,
          "offset": 30
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 2,
      "column": 0,
      "offset": 31
    }
  }
}
