{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "UpdateExpression",
        "isPrefix": false,
        "operator": "++",
        "operand": {
          "type": "AssignmentTargetIdentifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 1,
              "column": 0,
              "offset": 0
            },
            "end": {
              "line": 1,
              "column": 1,
              "offset": 1
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 1,
            "column": 3,
            "offset": 3
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 3,
          "offset": 3
        }
      }
    },
    {
      "type": "BlockStatement",
      "block": {
        "type": "Block",
        "statements": [],
        "loc": {
          "start": {
            "line": 2,
            "column": 0,
            "offset": 4
          },
          "end": {
            "line": 2,
            "column": 2,
            "offset": 6
          }
        }
      },
      "loc": {
        "start": {
          "line": 2,
          "column": 0,
          "offset": 4
        },
        "end": {
          "line": 2,
          "column": 2,
          "offset": 6
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "LiteralRegExpExpression",
        "pattern": "foo",
        "global": false,
        "ignoreCase": false,
        "multiLine": false,
        "dotAll": false,
        "unicode": false,
        "sticky": false,
        "loc": {
          "start": {
            "line": 3,
            "column": 0,
            "offset": 7
          },
          "end": {
            "line": 3,
            "column": 5,
            "offset": 12
          }
        }
      },
      "loc": {
        "start": {
          "line": 3,
          "column": 0,
          "offset": 7
        },
        "end": {
          "line": 3,
          "column": 5,
          "offset": 12
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 3,
      "column": 5,
      "offset": 12
    }
  }
}
