[
    FullOpeningTag(
        FullOpeningTagStatement {
            span: Span {
                line: 1,
                column: 1,
                position: 0,
            },
        },
    ),
    Expression(
        ExpressionStatement {
            expression: ShortArray(
                ShortArrayExpression {
                    start: Span {
                        line: 3,
                        column: 1,
                        position: 7,
                    },
                    items: CommaSeparated {
                        inner: [
                            Value {
                                value: FunctionCall(
                                    FunctionCallExpression {
                                        target: Identifier(
                                            SimpleIdentifier(
                                                SimpleIdentifier {
                                                    span: Span {
                                                        line: 3,
                                                        column: 2,
                                                        position: 8,
                                                    },
                                                    value: "foo",
                                                },
                                            ),
                                        ),
                                        arguments: ArgumentList {
                                            comments: CommentGroup {
                                                comments: [],
                                            },
                                            left_parenthesis: Span {
                                                line: 3,
                                                column: 5,
                                                position: 11,
                                            },
                                            arguments: [],
                                            right_parenthesis: Span {
                                                line: 3,
                                                column: 24,
                                                position: 30,
                                            },
                                        },
                                    },
                                ),
                            },
                        ],
                        commas: [],
                    },
                    end: Span {
                        line: 3,
                        column: 25,
                        position: 31,
                    },
                },
            ),
            ending: Semicolon(
                Span {
                    line: 3,
                    column: 26,
                    position: 32,
                },
            ),
        },
    ),
]
