{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ForInStatement",
      "left": {
        "type": "VariableDeclaration",
        "kind": "var",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 9,
                  "offset": 9
                },
                "end": {
                  "line": 1,
                  "column": 10,
                  "offset": 10
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 1,
                "column": 9,
                "offset": 9
              },
              "end": {
                "line": 1,
                "column": 10,
                "offset": 10
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 5,
            "offset": 5
          },
          "end": {
            "line": 1,
            "column": 10,
            "offset": 10
          }
        }
      },
      "right": {
        "type": "IdentifierExpression",
        "name": "b",
        "loc": {
          "start": {
            "line": 1,
            "column": 14,
            "offset": 14
          },
          "end": {
            "line": 1,
            "column": 15,
            "offset": 15
          }
        }
      },
      "body": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "IdentifierExpression",
                "name": "c",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 2,
                    "offset": 21
                  },
                  "end": {
                    "line": 2,
                    "column": 3,
                    "offset": 22
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 2,
                  "offset": 21
                },
                "end": {
                  "line": 2,
                  "column": 4,
                  "offset": 23
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 17,
              "offset": 17
            },
            "end": {
              "line": 3,
              "column": 1,
              "offset": 25
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 17,
            "offset": 17
          },
          "end": {
            "line": 3,
            "column": 1,
            "offset": 25
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 3,
          "column": 1,
          "offset": 25
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 4,
      "column": 0,
      "offset": 26
    }
  }
}
