{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "x",
            "loc": {
              "start": {
                "line": 16,
                "column": 5
              },
              "end": {
                "line": 16,
                "column": 6
              }
            }
          },
          "init": {
            "type": "TemplateLiteral",
            "expressions": [],
            "quasis": [
              {
                "type": "TemplateElement",
                "value": {
                  "raw": "\x22\0\x23",
                  "cooked": "" #"
                },
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 10
                  },
                  "end": {
                    "line": 16,
                    "column": 20
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 16,
                "column": 9
              },
              "end": {
                "line": 16,
                "column": 21
              }
            }
          },
          "loc": {
            "start": {
              "line": 16,
              "column": 5
            },
            "end": {
              "line": 16,
              "column": 21
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 16,
          "column": 22
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 17,
      "column": 1
    }
  }
}
