{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "FunctionDeclaration",
      "isAsync": false,
      "isGenerator": false,
      "name": {
        "type": "BindingIdentifier",
        "name": "a",
        "loc": {
          "start": {
            "line": 1,
            "column": 9,
            "offset": 9
          },
          "end": {
            "line": 1,
            "column": 10,
            "offset": 10
          }
        }
      },
      "params": {
        "type": "FormalParameters",
        "items": [],
        "rest": null,
        "loc": {
          "start": {
            "line": 1,
            "column": 10,
            "offset": 10
          },
          "end": {
            "line": 1,
            "column": 12,
            "offset": 12
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [
          {
            "type": "VariableDeclarationStatement",
            "declaration": {
              "type": "VariableDeclaration",
              "kind": "var",
              "declarators": [
                {
                  "type": "VariableDeclarator",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 8,
                        "offset": 23
                      },
                      "end": {
                        "line": 2,
                        "column": 9,
                        "offset": 24
                      }
                    }
                  },
                  "init": {
                    "type": "ObjectExpression",
                    "properties": [],
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 12,
                        "offset": 27
                      },
                      "end": {
                        "line": 2,
                        "column": 14,
                        "offset": 29
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 8,
                      "offset": 23
                    },
                    "end": {
                      "line": 2,
                      "column": 14,
                      "offset": 29
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4,
                  "offset": 19
                },
                "end": {
                  "line": 2,
                  "column": 14,
                  "offset": 29
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 4,
                "offset": 19
              },
              "end": {
                "line": 2,
                "column": 15,
                "offset": 30
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "AssignmentExpression",
              "binding": {
                "type": "ComputedMemberAssignmentTarget",
                "object": {
                  "type": "IdentifierExpression",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 4,
                      "offset": 35
                    },
                    "end": {
                      "line": 3,
                      "column": 5,
                      "offset": 36
                    }
                  }
                },
                "expression": {
                  "type": "UnaryExpression",
                  "operator": "void",
                  "operand": {
                    "type": "LiteralNumericExpression",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 11,
                        "offset": 42
                      },
                      "end": {
                        "line": 3,
                        "column": 12,
                        "offset": 43
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 6,
                      "offset": 37
                    },
                    "end": {
                      "line": 3,
                      "column": 12,
                      "offset": 43
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 4,
                    "offset": 35
                  },
                  "end": {
                    "line": 3,
                    "column": 13,
                    "offset": 44
                  }
                }
              },
              "expression": {
                "type": "BinaryExpression",
                "left": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "c",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 17,
                        "offset": 48
                      },
                      "end": {
                        "line": 3,
                        "column": 18,
                        "offset": 49
                      }
                    }
                  },
                  "arguments": [],
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 17,
                      "offset": 48
                    },
                    "end": {
                      "line": 3,
                      "column": 20,
                      "offset": 51
                    }
                  }
                },
                "operator": ",",
                "right": {
                  "type": "IdentifierExpression",
                  "name": "d",
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 21,
                      "offset": 52
                    },
                    "end": {
                      "line": 3,
                      "column": 22,
                      "offset": 53
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 17,
                    "offset": 48
                  },
                  "end": {
                    "line": 3,
                    "column": 22,
                    "offset": 53
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 3,
                  "column": 4,
                  "offset": 35
                },
                "end": {
                  "line": 3,
                  "column": 23,
                  "offset": 54
                }
              }
            },
            "loc": {
              "start": {
                "line": 3,
                "column": 4,
                "offset": 35
              },
              "end": {
                "line": 3,
                "column": 24,
                "offset": 55
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 13,
            "offset": 13
          },
          "end": {
            "line": 4,
            "column": 1,
            "offset": 57
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 4,
          "column": 1,
          "offset": 57
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 5,
      "column": 0,
      "offset": 58
    }
  }
}
