{
    "type": "IfStatement",
    "test": {
        "type": "Identifier",
        "name": "foo"
    },
    "consequent": {
        "type": "BlockStatement",
        "body": [
            {
                "type": "ExpressionStatement",
                "expression": {
                    "type": "CallExpression",
                    "callee": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                            "type": "Identifier",
                            "name": "console"
                        },
                        "property": {
                            "type": "Identifier",
                            "name": "log"
                        }
                    },
                    "arguments": [
                        {
                            "type": "Identifier",
                            "name": "foo"
                        }
                    ]
                }
            }
        ]
    },
    "alternate": null
}
