{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "BlockStatement",
      "block": {
        "type": "Block",
        "statements": [
          {
            "type": "VariableDeclarationStatement",
            "declaration": {
              "type": "VariableDeclaration",
              "kind": "var",
              "declarators": [
                {
                  "type": "VariableDeclarator",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 6,
                        "offset": 6
                      },
                      "end": {
                        "line": 1,
                        "column": 7,
                        "offset": 7
                      }
                    }
                  },
                  "init": {
                    "type": "LiteralNumericExpression",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 10,
                        "offset": 10
                      },
                      "end": {
                        "line": 1,
                        "column": 11,
                        "offset": 11
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 6,
                      "offset": 6
                    },
                    "end": {
                      "line": 1,
                      "column": 11,
                      "offset": 11
                    }
                  }
                },
                {
                  "type": "VariableDeclarator",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 13,
                        "offset": 13
                      },
                      "end": {
                        "line": 1,
                        "column": 14,
                        "offset": 14
                      }
                    }
                  },
                  "init": {
                    "type": "LiteralNumericExpression",
                    "value": 2,
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 17,
                        "offset": 17
                      },
                      "end": {
                        "line": 1,
                        "column": 18,
                        "offset": 18
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 13,
                      "offset": 13
                    },
                    "end": {
                      "line": 1,
                      "column": 18,
                      "offset": 18
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 2,
                  "offset": 2
                },
                "end": {
                  "line": 1,
                  "column": 18,
                  "offset": 18
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 2,
                "offset": 2
              },
              "end": {
                "line": 1,
                "column": 18,
                "offset": 18
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "IdentifierExpression",
              "name": "c",
              "loc": {
                "start": {
                  "line": 2,
                  "column": 0,
                  "offset": 19
                },
                "end": {
                  "line": 2,
                  "column": 1,
                  "offset": 20
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 0,
                "offset": 19
              },
              "end": {
                "line": 2,
                "column": 2,
                "offset": 21
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 2,
            "column": 4,
            "offset": 23
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 2,
          "column": 4,
          "offset": 23
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 2,
      "column": 4,
      "offset": 23
    }
  }
}
