{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a",
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 6
              }
            }
          },
          "init": {
            "type": "NumberLiteral",
            "value": 1,
            "loc": {
              "start": {
                "line": 17,
                "column": 9
              },
              "end": {
                "line": 17,
                "column": 10
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 5
            },
            "end": {
              "line": 17,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 11
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "+=",
        "left": {
          "type": "Identifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 19,
              "column": 1
            },
            "end": {
              "line": 19,
              "column": 2
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 19,
              "column": 6
            },
            "end": {
              "line": 19,
              "column": 7
            }
          }
        },
        "loc": {
          "start": {
            "line": 19,
            "column": 1
          },
          "end": {
            "line": 19,
            "column": 7
          }
        }
      },
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 19,
          "column": 8
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "*=",
        "left": {
          "type": "Identifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 20,
              "column": 1
            },
            "end": {
              "line": 20,
              "column": 2
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 20,
              "column": 6
            },
            "end": {
              "line": 20,
              "column": 7
            }
          }
        },
        "loc": {
          "start": {
            "line": 20,
            "column": 1
          },
          "end": {
            "line": 20,
            "column": 7
          }
        }
      },
      "loc": {
        "start": {
          "line": 20,
          "column": 1
        },
        "end": {
          "line": 20,
          "column": 8
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "-=",
        "left": {
          "type": "Identifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 21,
              "column": 1
            },
            "end": {
              "line": 21,
              "column": 2
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 21,
              "column": 6
            },
            "end": {
              "line": 21,
              "column": 7
            }
          }
        },
        "loc": {
          "start": {
            "line": 21,
            "column": 1
          },
          "end": {
            "line": 21,
            "column": 7
          }
        }
      },
      "loc": {
        "start": {
          "line": 21,
          "column": 1
        },
        "end": {
          "line": 21,
          "column": 8
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 22,
              "column": 1
            },
            "end": {
              "line": 22,
              "column": 2
            }
          }
        },
        "right": {
          "type": "UnaryExpression",
          "operator": "+",
          "prefix": true,
          "argument": {
            "type": "Identifier",
            "name": "a",
            "loc": {
              "start": {
                "line": 22,
                "column": 6
              },
              "end": {
                "line": 22,
                "column": 7
              }
            }
          },
          "loc": {
            "start": {
              "line": 22,
              "column": 5
            },
            "end": {
              "line": 22,
              "column": 7
            }
          }
        },
        "loc": {
          "start": {
            "line": 22,
            "column": 1
          },
          "end": {
            "line": 22,
            "column": 7
          }
        }
      },
      "loc": {
        "start": {
          "line": 22,
          "column": 1
        },
        "end": {
          "line": 22,
          "column": 8
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 23,
              "column": 1
            },
            "end": {
              "line": 23,
              "column": 2
            }
          }
        },
        "right": {
          "type": "UnaryExpression",
          "operator": "-",
          "prefix": true,
          "argument": {
            "type": "Identifier",
            "name": "a",
            "loc": {
              "start": {
                "line": 23,
                "column": 6
              },
              "end": {
                "line": 23,
                "column": 7
              }
            }
          },
          "loc": {
            "start": {
              "line": 23,
              "column": 5
            },
            "end": {
              "line": 23,
              "column": 7
            }
          }
        },
        "loc": {
          "start": {
            "line": 23,
            "column": 1
          },
          "end": {
            "line": 23,
            "column": 7
          }
        }
      },
      "loc": {
        "start": {
          "line": 23,
          "column": 1
        },
        "end": {
          "line": 23,
          "column": 8
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "UpdateExpression",
        "operator": "++",
        "prefix": false,
        "argument": {
          "type": "Identifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 24,
              "column": 1
            },
            "end": {
              "line": 24,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 24,
            "column": 1
          },
          "end": {
            "line": 24,
            "column": 4
          }
        }
      },
      "loc": {
        "start": {
          "line": 24,
          "column": 1
        },
        "end": {
          "line": 24,
          "column": 5
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "UpdateExpression",
        "operator": "++",
        "prefix": true,
        "argument": {
          "type": "Identifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 25,
              "column": 3
            },
            "end": {
              "line": 25,
              "column": 4
            }
          }
        },
        "loc": {
          "start": {
            "line": 25,
            "column": 1
          },
          "end": {
            "line": 25,
            "column": 4
          }
        }
      },
      "loc": {
        "start": {
          "line": 25,
          "column": 1
        },
        "end": {
          "line": 25,
          "column": 5
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "UpdateExpression",
        "operator": "--",
        "prefix": false,
        "argument": {
          "type": "Identifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 26,
              "column": 1
            },
            "end": {
              "line": 26,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 26,
            "column": 1
          },
          "end": {
            "line": 26,
            "column": 4
          }
        }
      },
      "loc": {
        "start": {
          "line": 26,
          "column": 1
        },
        "end": {
          "line": 26,
          "column": 5
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "UpdateExpression",
        "operator": "--",
        "prefix": true,
        "argument": {
          "type": "Identifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 27,
              "column": 3
            },
            "end": {
              "line": 27,
              "column": 4
            }
          }
        },
        "loc": {
          "start": {
            "line": 27,
            "column": 1
          },
          "end": {
            "line": 27,
            "column": 4
          }
        }
      },
      "loc": {
        "start": {
          "line": 27,
          "column": 1
        },
        "end": {
          "line": 27,
          "column": 5
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "b",
            "loc": {
              "start": {
                "line": 29,
                "column": 5
              },
              "end": {
                "line": 29,
                "column": 6
              }
            }
          },
          "init": {
            "type": "BinaryExpression",
            "operator": "!=",
            "left": {
              "type": "Identifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 29,
                  "column": 9
                },
                "end": {
                  "line": 29,
                  "column": 10
                }
              }
            },
            "right": {
              "type": "Identifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 29,
                  "column": 14
                },
                "end": {
                  "line": 29,
                  "column": 15
                }
              }
            },
            "loc": {
              "start": {
                "line": 29,
                "column": 9
              },
              "end": {
                "line": 29,
                "column": 15
              }
            }
          },
          "loc": {
            "start": {
              "line": 29,
              "column": 5
            },
            "end": {
              "line": 29,
              "column": 15
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 29,
          "column": 1
        },
        "end": {
          "line": 29,
          "column": 16
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "c",
            "loc": {
              "start": {
                "line": 30,
                "column": 5
              },
              "end": {
                "line": 30,
                "column": 6
              }
            }
          },
          "init": {
            "type": "BinaryExpression",
            "operator": "|",
            "left": {
              "type": "NumberLiteral",
              "value": 1,
              "loc": {
                "start": {
                  "line": 30,
                  "column": 9
                },
                "end": {
                  "line": 30,
                  "column": 10
                }
              }
            },
            "right": {
              "type": "NumberLiteral",
              "value": 2,
              "loc": {
                "start": {
                  "line": 30,
                  "column": 13
                },
                "end": {
                  "line": 30,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 30,
                "column": 9
              },
              "end": {
                "line": 30,
                "column": 14
              }
            }
          },
          "loc": {
            "start": {
              "line": 30,
              "column": 5
            },
            "end": {
              "line": 30,
              "column": 14
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 30,
          "column": 1
        },
        "end": {
          "line": 30,
          "column": 15
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "c",
          "loc": {
            "start": {
              "line": 31,
              "column": 1
            },
            "end": {
              "line": 31,
              "column": 2
            }
          }
        },
        "right": {
          "type": "BinaryExpression",
          "operator": "&",
          "left": {
            "type": "Identifier",
            "name": "c",
            "loc": {
              "start": {
                "line": 31,
                "column": 5
              },
              "end": {
                "line": 31,
                "column": 6
              }
            }
          },
          "right": {
            "type": "NumberLiteral",
            "value": 3,
            "loc": {
              "start": {
                "line": 31,
                "column": 9
              },
              "end": {
                "line": 31,
                "column": 10
              }
            }
          },
          "loc": {
            "start": {
              "line": 31,
              "column": 5
            },
            "end": {
              "line": 31,
              "column": 10
            }
          }
        },
        "loc": {
          "start": {
            "line": 31,
            "column": 1
          },
          "end": {
            "line": 31,
            "column": 10
          }
        }
      },
      "loc": {
        "start": {
          "line": 31,
          "column": 1
        },
        "end": {
          "line": 31,
          "column": 11
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "b",
          "loc": {
            "start": {
              "line": 32,
              "column": 1
            },
            "end": {
              "line": 32,
              "column": 2
            }
          }
        },
        "right": {
          "type": "BinaryExpression",
          "operator": "==",
          "left": {
            "type": "Identifier",
            "name": "c",
            "loc": {
              "start": {
                "line": 32,
                "column": 5
              },
              "end": {
                "line": 32,
                "column": 6
              }
            }
          },
          "right": {
            "type": "NumberLiteral",
            "value": 5,
            "loc": {
              "start": {
                "line": 32,
                "column": 10
              },
              "end": {
                "line": 32,
                "column": 11
              }
            }
          },
          "loc": {
            "start": {
              "line": 32,
              "column": 5
            },
            "end": {
              "line": 32,
              "column": 11
            }
          }
        },
        "loc": {
          "start": {
            "line": 32,
            "column": 1
          },
          "end": {
            "line": 32,
            "column": 11
          }
        }
      },
      "loc": {
        "start": {
          "line": 32,
          "column": 1
        },
        "end": {
          "line": 32,
          "column": 12
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "b",
          "loc": {
            "start": {
              "line": 34,
              "column": 1
            },
            "end": {
              "line": 34,
              "column": 2
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "c",
          "loc": {
            "start": {
              "line": 34,
              "column": 5
            },
            "end": {
              "line": 34,
              "column": 6
            }
          }
        },
        "loc": {
          "start": {
            "line": 34,
            "column": 1
          },
          "end": {
            "line": 34,
            "column": 6
          }
        }
      },
      "loc": {
        "start": {
          "line": 34,
          "column": 1
        },
        "end": {
          "line": 34,
          "column": 7
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 35,
      "column": 1
    }
  }
}
