{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ForOfStatement",
      "left": {
        "type": "VariableDeclaration",
        "kind": "let",
        "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": "ExpressionStatement",
        "expression": {
          "type": "CallExpression",
          "callee": {
            "type": "IdentifierExpression",
            "name": "c",
            "loc": {
              "start": {
                "line": 1,
                "column": 17,
                "offset": 17
              },
              "end": {
                "line": 1,
                "column": 18,
                "offset": 18
              }
            }
          },
          "arguments": [
            {
              "type": "IdentifierExpression",
              "name": "a",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 19,
                  "offset": 19
                },
                "end": {
                  "line": 1,
                  "column": 20,
                  "offset": 20
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 17,
              "offset": 17
            },
            "end": {
              "line": 1,
              "column": 21,
              "offset": 21
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 17,
            "offset": 17
          },
          "end": {
            "line": 1,
            "column": 22,
            "offset": 22
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 22,
          "offset": 22
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 1,
      "column": 22,
      "offset": 22
    }
  }
}
