[
    FullOpeningTag(
        Span(
            1,
            1,
        ),
    ),
    Namespace(
        Unbraced(
            UnbracedNamespace {
                start: Span(
                    3,
                    1,
                ),
                name: SimpleIdentifier {
                    span: Span(
                        3,
                        11,
                    ),
                    value: "Foo\Bar",
                },
                end: Span(
                    3,
                    18,
                ),
                statements: [
                    Function(
                        Function {
                            comments: CommentGroup {
                                comments: [],
                            },
                            attributes: [],
                            function: Span(
                                5,
                                1,
                            ),
                            ampersand: None,
                            name: SimpleIdentifier {
                                span: Span(
                                    5,
                                    10,
                                ),
                                value: "foo",
                            },
                            parameters: FunctionParameterList {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_parenthesis: Span(
                                    5,
                                    13,
                                ),
                                parameters: CommaSeparated {
                                    inner: [],
                                    commas: [],
                                },
                                right_parenthesis: Span(
                                    5,
                                    14,
                                ),
                            },
                            return_type: None,
                            body: FunctionBody {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_brace: Span(
                                    5,
                                    16,
                                ),
                                statements: [],
                                right_brace: Span(
                                    5,
                                    17,
                                ),
                            },
                        },
                    ),
                ],
            },
        ),
    ),
    Namespace(
        Unbraced(
            UnbracedNamespace {
                start: Span(
                    7,
                    1,
                ),
                name: SimpleIdentifier {
                    span: Span(
                        7,
                        11,
                    ),
                    value: "Foo\Baz",
                },
                end: Span(
                    7,
                    18,
                ),
                statements: [
                    Function(
                        Function {
                            comments: CommentGroup {
                                comments: [],
                            },
                            attributes: [],
                            function: Span(
                                9,
                                1,
                            ),
                            ampersand: None,
                            name: SimpleIdentifier {
                                span: Span(
                                    9,
                                    10,
                                ),
                                value: "foo",
                            },
                            parameters: FunctionParameterList {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_parenthesis: Span(
                                    9,
                                    13,
                                ),
                                parameters: CommaSeparated {
                                    inner: [],
                                    commas: [],
                                },
                                right_parenthesis: Span(
                                    9,
                                    14,
                                ),
                            },
                            return_type: None,
                            body: FunctionBody {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_brace: Span(
                                    9,
                                    16,
                                ),
                                statements: [],
                                right_brace: Span(
                                    9,
                                    17,
                                ),
                            },
                        },
                    ),
                ],
            },
        ),
    ),
]
