{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ArrayPattern",
            "elements": [
              {
                "type": "Identifier",
                "name": "a",
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 14
                  },
                  "end": {
                    "line": 17,
                    "column": 15
                  }
                }
              },
              {
                "type": "Identifier",
                "name": "b",
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 17
                  },
                  "end": {
                    "line": 17,
                    "column": 18
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 17,
                "column": 13
              },
              "end": {
                "line": 17,
                "column": 19
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 17,
              "column": 13
            },
            "end": {
              "line": 17,
              "column": 19
            }
          }
        }
      ],
      "kind": "var",
      "declare": true,
      "loc": {
        "start": {
          "line": 17,
          "column": 9
        },
        "end": {
          "line": 17,
          "column": 20
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ObjectPattern",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 14
                    },
                    "end": {
                      "line": 18,
                      "column": 15
                    }
                  }
                },
                "value": {
                  "type": "Identifier",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 14
                    },
                    "end": {
                      "line": 18,
                      "column": 15
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 14
                  },
                  "end": {
                    "line": 18,
                    "column": 15
                  }
                }
              },
              {
                "type": "Property",
                "method": false,
                "shorthand": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "d",
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 17
                    },
                    "end": {
                      "line": 18,
                      "column": 18
                    }
                  }
                },
                "value": {
                  "type": "Identifier",
                  "name": "d",
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 17
                    },
                    "end": {
                      "line": 18,
                      "column": 18
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 17
                  },
                  "end": {
                    "line": 18,
                    "column": 18
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 18,
                "column": 13
              },
              "end": {
                "line": 18,
                "column": 19
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 18,
              "column": 13
            },
            "end": {
              "line": 18,
              "column": 19
            }
          }
        }
      ],
      "kind": "var",
      "declare": true,
      "loc": {
        "start": {
          "line": 18,
          "column": 9
        },
        "end": {
          "line": 18,
          "column": 20
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 18,
      "column": 20
    }
  }
}
