{
  "type": "Program",
  "statements": [
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "print",
          "loc": {
            "start": {
              "line": 17,
              "column": 10
            },
            "end": {
              "line": 17,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 9
                      },
                      "end": {
                        "line": 18,
                        "column": 10
                      }
                    }
                  },
                  "init": {
                    "type": "NumberLiteral",
                    "value": 101,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 13
                      },
                      "end": {
                        "line": 18,
                        "column": 16
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 9
                    },
                    "end": {
                      "line": 18,
                      "column": 16
                    }
                  }
                }
              ],
              "kind": "let",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 5
                },
                "end": {
                  "line": 18,
                  "column": 17
                }
              }
            },
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 9
                      },
                      "end": {
                        "line": 19,
                        "column": 10
                      }
                    }
                  },
                  "init": {
                    "type": "NumberLiteral",
                    "value": 102,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 13
                      },
                      "end": {
                        "line": 19,
                        "column": 16
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 9
                    },
                    "end": {
                      "line": 19,
                      "column": 16
                    }
                  }
                }
              ],
              "kind": "let",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 5
                },
                "end": {
                  "line": 19,
                  "column": 17
                }
              }
            },
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "BinaryExpression",
                "operator": "+",
                "left": {
                  "type": "Identifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 12
                    },
                    "end": {
                      "line": 20,
                      "column": 13
                    }
                  }
                },
                "right": {
                  "type": "Identifier",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 16
                    },
                    "end": {
                      "line": 20,
                      "column": 17
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 12
                  },
                  "end": {
                    "line": 20,
                    "column": 17
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 20,
                  "column": 5
                },
                "end": {
                  "line": 20,
                  "column": 18
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 17,
              "column": 18
            },
            "end": {
              "line": 21,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 17,
            "column": 1
          },
          "end": {
            "line": 21,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 21,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "c",
            "loc": {
              "start": {
                "line": 23,
                "column": 5
              },
              "end": {
                "line": 23,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "print",
              "loc": {
                "start": {
                  "line": 23,
                  "column": 9
                },
                "end": {
                  "line": 23,
                  "column": 14
                }
              }
            },
            "arguments": [],
            "optional": false,
            "loc": {
              "start": {
                "line": 23,
                "column": 9
              },
              "end": {
                "line": 23,
                "column": 16
              }
            }
          },
          "loc": {
            "start": {
              "line": 23,
              "column": 5
            },
            "end": {
              "line": 23,
              "column": 16
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 23,
          "column": 1
        },
        "end": {
          "line": 23,
          "column": 17
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 24,
      "column": 1
    }
  }
}
