[
    Expression {
        expression: Variable(
            BracedVariableVariable(
                BracedVariableVariable {
                    start: (
                        1,
                        7,
                    ),
                    variable: FunctionCall {
                        target: Identifier(
                            SimpleIdentifier(
                                SimpleIdentifier {
                                    span: (
                                        1,
                                        9,
                                    ),
                                    value: "foo",
                                },
                            ),
                        ),
                        arguments: ArgumentList {
                            start: (
                                1,
                                12,
                            ),
                            arguments: [],
                            end: (
                                1,
                                13,
                            ),
                        },
                    },
                    end: (
                        1,
                        14,
                    ),
                },
            ),
        ),
        end: (
            1,
            15,
        ),
    },
]
