[
    FullOpeningTag(
        Span(
            1,
            1,
        ),
    ),
    Function(
        Function {
            comments: CommentGroup {
                comments: [],
            },
            attributes: [],
            function: Span(
                3,
                1,
            ),
            ampersand: None,
            name: SimpleIdentifier {
                span: Span(
                    3,
                    10,
                ),
                value: "foo",
            },
            parameters: FunctionParameterList {
                comments: CommentGroup {
                    comments: [],
                },
                left_parenthesis: Span(
                    3,
                    13,
                ),
                parameters: CommaSeparated {
                    inner: [],
                    commas: [],
                },
                right_parenthesis: Span(
                    3,
                    14,
                ),
            },
            return_type: None,
            body: FunctionBody {
                comments: CommentGroup {
                    comments: [],
                },
                left_brace: Span(
                    3,
                    16,
                ),
                statements: [
                    Static {
                        vars: [
                            StaticVar {
                                var: SimpleVariable(
                                    SimpleVariable {
                                        span: Span(
                                            4,
                                            12,
                                        ),
                                        name: "a",
                                    },
                                ),
                                default: None,
                            },
                            StaticVar {
                                var: SimpleVariable(
                                    SimpleVariable {
                                        span: Span(
                                            4,
                                            16,
                                        ),
                                        name: "b",
                                    },
                                ),
                                default: None,
                            },
                        ],
                    },
                ],
                right_brace: Span(
                    5,
                    1,
                ),
            },
        },
    ),
]
