{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "array",
            "loc": {
              "start": {
                "line": 16,
                "column": 5
              },
              "end": {
                "line": 16,
                "column": 10
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [
              {
                "type": "NumberLiteral",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 14
                  },
                  "end": {
                    "line": 16,
                    "column": 15
                  }
                }
              },
              {
                "type": "NumberLiteral",
                "value": 2,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 17
                  },
                  "end": {
                    "line": 16,
                    "column": 18
                  }
                }
              },
              {
                "type": "NumberLiteral",
                "value": 3,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 20
                  },
                  "end": {
                    "line": 16,
                    "column": 21
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 16,
                "column": 13
              },
              "end": {
                "line": 16,
                "column": 22
              }
            }
          },
          "loc": {
            "start": {
              "line": 16,
              "column": 5
            },
            "end": {
              "line": 16,
              "column": 22
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 16,
          "column": 23
        }
      }
    },
    {
      "type": "ForOfStatement",
      "await": false,
      "left": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "async",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 10
                },
                "end": {
                  "line": 17,
                  "column": 15
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 17,
                "column": 10
              },
              "end": {
                "line": 17,
                "column": 15
              }
            }
          }
        ],
        "kind": "let",
        "loc": {
          "start": {
            "line": 17,
            "column": 6
          },
          "end": {
            "line": 17,
            "column": 15
          }
        }
      },
      "right": {
        "type": "Identifier",
        "name": "array",
        "loc": {
          "start": {
            "line": 17,
            "column": 19
          },
          "end": {
            "line": 17,
            "column": 24
          }
        }
      },
      "body": {
        "type": "BlockStatement",
        "statements": [],
        "loc": {
          "start": {
            "line": 17,
            "column": 26
          },
          "end": {
            "line": 17,
            "column": 28
          }
        }
      },
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 28
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 17,
      "column": 28
    }
  }
}
