{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "x",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 8
                },
                "end": {
                  "line": 17,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 6
              }
            }
          },
          "init": {
            "type": "NumberLiteral",
            "value": 10,
            "loc": {
              "start": {
                "line": 17,
                "column": 17
              },
              "end": {
                "line": 17,
                "column": 19
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 5
            },
            "end": {
              "line": 17,
              "column": 19
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 20
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "y",
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 8
                },
                "end": {
                  "line": 18,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 18,
                "column": 5
              },
              "end": {
                "line": 18,
                "column": 6
              }
            }
          },
          "init": {
            "type": "NumberLiteral",
            "value": 12,
            "loc": {
              "start": {
                "line": 18,
                "column": 17
              },
              "end": {
                "line": 18,
                "column": 19
              }
            }
          },
          "loc": {
            "start": {
              "line": 18,
              "column": 5
            },
            "end": {
              "line": 18,
              "column": 19
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 18,
          "column": 1
        },
        "end": {
          "line": 18,
          "column": 20
        }
      }
    },
    {
      "type": "ForUpdateStatement",
      "init": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "i",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 10
                },
                "end": {
                  "line": 19,
                  "column": 11
                }
              }
            },
            "init": {
              "type": "NumberLiteral",
              "value": 0,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 14
                },
                "end": {
                  "line": 19,
                  "column": 15
                }
              }
            },
            "loc": {
              "start": {
                "line": 19,
                "column": 10
              },
              "end": {
                "line": 19,
                "column": 15
              }
            }
          }
        ],
        "kind": "let",
        "loc": {
          "start": {
            "line": 19,
            "column": 6
          },
          "end": {
            "line": 19,
            "column": 15
          }
        }
      },
      "test": {
        "type": "BinaryExpression",
        "operator": "<",
        "left": {
          "type": "Identifier",
          "name": "i",
          "loc": {
            "start": {
              "line": 19,
              "column": 17
            },
            "end": {
              "line": 19,
              "column": 18
            }
          }
        },
        "right": {
          "type": "BinaryExpression",
          "operator": "|",
          "left": {
            "type": "BinaryExpression",
            "operator": "&",
            "left": {
              "type": "Identifier",
              "name": "x",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 23
                },
                "end": {
                  "line": 19,
                  "column": 24
                }
              }
            },
            "right": {
              "type": "Identifier",
              "name": "y",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 27
                },
                "end": {
                  "line": 19,
                  "column": 28
                }
              }
            },
            "loc": {
              "start": {
                "line": 19,
                "column": 22
              },
              "end": {
                "line": 19,
                "column": 29
              }
            }
          },
          "right": {
            "type": "BinaryExpression",
            "operator": "^",
            "left": {
              "type": "Identifier",
              "name": "x",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 31
                },
                "end": {
                  "line": 19,
                  "column": 32
                }
              }
            },
            "right": {
              "type": "Identifier",
              "name": "y",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 35
                },
                "end": {
                  "line": 19,
                  "column": 36
                }
              }
            },
            "loc": {
              "start": {
                "line": 19,
                "column": 30
              },
              "end": {
                "line": 19,
                "column": 37
              }
            }
          },
          "loc": {
            "start": {
              "line": 19,
              "column": 21
            },
            "end": {
              "line": 19,
              "column": 38
            }
          }
        },
        "loc": {
          "start": {
            "line": 19,
            "column": 17
          },
          "end": {
            "line": 19,
            "column": 38
          }
        }
      },
      "update": {
        "type": "UpdateExpression",
        "operator": "++",
        "prefix": false,
        "argument": {
          "type": "Identifier",
          "name": "i",
          "loc": {
            "start": {
              "line": 19,
              "column": 40
            },
            "end": {
              "line": 19,
              "column": 41
            }
          }
        },
        "loc": {
          "start": {
            "line": 19,
            "column": 40
          },
          "end": {
            "line": 19,
            "column": 43
          }
        }
      },
      "body": {
        "type": "BlockStatement",
        "statements": [],
        "loc": {
          "start": {
            "line": 19,
            "column": 44
          },
          "end": {
            "line": 20,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 20,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 20,
      "column": 2
    }
  }
}
