{
  "type": "Program",
  "statements": [
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "A",
          "loc": {
            "start": {
              "line": 16,
              "column": 16
            },
            "end": {
              "line": 16,
              "column": 17
            }
          }
        },
        "generator": false,
        "async": true,
        "expression": false,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "array",
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 7
                      },
                      "end": {
                        "line": 17,
                        "column": 12
                      }
                    }
                  },
                  "init": {
                    "type": "ArrayExpression",
                    "elements": [
                      {
                        "type": "NumberLiteral",
                        "value": 1,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 16
                          },
                          "end": {
                            "line": 17,
                            "column": 17
                          }
                        }
                      },
                      {
                        "type": "NumberLiteral",
                        "value": 2,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 19
                          },
                          "end": {
                            "line": 17,
                            "column": 20
                          }
                        }
                      },
                      {
                        "type": "NumberLiteral",
                        "value": 3,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 22
                          },
                          "end": {
                            "line": 17,
                            "column": 23
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 15
                      },
                      "end": {
                        "line": 17,
                        "column": 24
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 7
                    },
                    "end": {
                      "line": 17,
                      "column": 24
                    }
                  }
                }
              ],
              "kind": "let",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 3
                },
                "end": {
                  "line": 17,
                  "column": 25
                }
              }
            },
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "async",
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 7
                      },
                      "end": {
                        "line": 18,
                        "column": 12
                      }
                    }
                  },
                  "init": null,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 7
                    },
                    "end": {
                      "line": 18,
                      "column": 12
                    }
                  }
                }
              ],
              "kind": "let",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 3
                },
                "end": {
                  "line": 18,
                  "column": 13
                }
              }
            },
            {
              "type": "ForOfStatement",
              "await": true,
              "left": {
                "type": "Identifier",
                "name": "async",
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 14
                  },
                  "end": {
                    "line": 19,
                    "column": 19
                  }
                }
              },
              "right": {
                "type": "Identifier",
                "name": "array",
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 23
                  },
                  "end": {
                    "line": 19,
                    "column": 28
                  }
                }
              },
              "body": {
                "type": "BlockStatement",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 30
                  },
                  "end": {
                    "line": 19,
                    "column": 32
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 19,
                  "column": 3
                },
                "end": {
                  "line": 19,
                  "column": 32
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 16,
              "column": 20
            },
            "end": {
              "line": 20,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 16,
            "column": 7
          },
          "end": {
            "line": 20,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 20,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 20,
      "column": 2
    }
  }
}
