{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "VariableDeclarationStatement",
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "const",
        "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
              }
            }
          },
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "c",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 20,
                  "offset": 20
                },
                "end": {
                  "line": 1,
                  "column": 21,
                  "offset": 21
                }
              }
            },
            "init": {
              "type": "LiteralNumericExpression",
              "value": 3,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 24,
                  "offset": 24
                },
                "end": {
                  "line": 1,
                  "column": 25,
                  "offset": 25
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 20,
                "offset": 20
              },
              "end": {
                "line": 1,
                "column": 25,
                "offset": 25
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 1,
            "column": 25,
            "offset": 25
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 25,
          "offset": 25
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 1,
      "column": 25,
      "offset": 25
    }
  }
}
