{
  "type": "Program",
  "statements": [
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "await",
          "loc": {
            "start": {
              "line": 16,
              "column": 16,
              "program": "test-function-decl-2.js"
            },
            "end": {
              "line": 16,
              "column": 21,
              "program": "test-function-decl-2.js"
            }
          }
        },
        "generator": false,
        "async": true,
        "expression": false,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "statements": [],
          "loc": {
            "start": {
              "line": 16,
              "column": 24,
              "program": "test-function-decl-2.js"
            },
            "end": {
              "line": 16,
              "column": 27,
              "program": "test-function-decl-2.js"
            }
          }
        },
        "loc": {
          "start": {
            "line": 16,
            "column": 7,
            "program": "test-function-decl-2.js"
          },
          "end": {
            "line": 16,
            "column": 27,
            "program": "test-function-decl-2.js"
          }
        }
      },
      "loc": {
        "start": {
          "line": 16,
          "column": 1,
          "program": "test-function-decl-2.js"
        },
        "end": {
          "line": 16,
          "column": 27,
          "program": "test-function-decl-2.js"
        }
      }
    },
    {
      "type": "EmptyStatement",
      "loc": {
        "start": {
          "line": 16,
          "column": 27,
          "program": "test-function-decl-2.js"
        },
        "end": {
          "line": 16,
          "column": 28,
          "program": "test-function-decl-2.js"
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1,
      "program": "test-function-decl-2.js"
    },
    "end": {
      "line": 17,
      "column": 1,
      "program": "test-function-decl-2.js"
    }
  }
}