[
    FullOpeningTag(
        FullOpeningTagStatement {
            span: Span {
                line: 1,
                column: 1,
                position: 0,
            },
        },
    ),
    Function(
        FunctionStatement {
            comments: CommentGroup {
                comments: [],
            },
            attributes: [],
            function: Span {
                line: 1,
                column: 7,
                position: 6,
            },
            ampersand: None,
            name: SimpleIdentifier {
                span: Span {
                    line: 1,
                    column: 16,
                    position: 15,
                },
                value: "foo",
            },
            parameters: FunctionParameterList {
                comments: CommentGroup {
                    comments: [],
                },
                left_parenthesis: Span {
                    line: 1,
                    column: 19,
                    position: 18,
                },
                parameters: CommaSeparated {
                    inner: [
                        FunctionParameter {
                            comments: CommentGroup {
                                comments: [],
                            },
                            name: SimpleVariable {
                                span: Span {
                                    line: 1,
                                    column: 20,
                                    position: 19,
                                },
                                name: "$bar",
                            },
                            attributes: [],
                            data_type: None,
                            ellipsis: None,
                            default: None,
                            ampersand: None,
                        },
                        FunctionParameter {
                            comments: CommentGroup {
                                comments: [],
                            },
                            name: SimpleVariable {
                                span: Span {
                                    line: 1,
                                    column: 26,
                                    position: 25,
                                },
                                name: "$baz",
                            },
                            attributes: [],
                            data_type: None,
                            ellipsis: None,
                            default: None,
                            ampersand: None,
                        },
                        FunctionParameter {
                            comments: CommentGroup {
                                comments: [],
                            },
                            name: SimpleVariable {
                                span: Span {
                                    line: 1,
                                    column: 35,
                                    position: 34,
                                },
                                name: "$car",
                            },
                            attributes: [],
                            data_type: None,
                            ellipsis: Some(
                                Span {
                                    line: 1,
                                    column: 32,
                                    position: 31,
                                },
                            ),
                            default: None,
                            ampersand: None,
                        },
                    ],
                    commas: [
                        Span {
                            line: 1,
                            column: 24,
                            position: 23,
                        },
                        Span {
                            line: 1,
                            column: 30,
                            position: 29,
                        },
                    ],
                },
                right_parenthesis: Span {
                    line: 1,
                    column: 39,
                    position: 38,
                },
            },
            return_type: None,
            body: FunctionBody {
                comments: CommentGroup {
                    comments: [],
                },
                left_brace: Span {
                    line: 1,
                    column: 41,
                    position: 40,
                },
                statements: [],
                right_brace: Span {
                    line: 1,
                    column: 42,
                    position: 41,
                },
            },
        },
    ),
]
