[
    FullOpeningTag(
        Span(
            1,
            1,
        ),
    ),
    Namespace(
        Braced(
            BracedNamespace {
                span: Span(
                    3,
                    1,
                ),
                name: Some(
                    SimpleIdentifier {
                        span: Span(
                            3,
                            11,
                        ),
                        value: "Foo\Bar",
                    },
                ),
                body: BracedNamespaceBody {
                    start: Span(
                        3,
                        19,
                    ),
                    end: Span(
                        5,
                        1,
                    ),
                    statements: [
                        Function(
                            Function {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                attributes: [],
                                function: Span(
                                    4,
                                    6,
                                ),
                                ampersand: None,
                                name: SimpleIdentifier {
                                    span: Span(
                                        4,
                                        15,
                                    ),
                                    value: "foo",
                                },
                                parameters: FunctionParameterList {
                                    comments: CommentGroup {
                                        comments: [],
                                    },
                                    left_parenthesis: Span(
                                        4,
                                        18,
                                    ),
                                    parameters: CommaSeparated {
                                        inner: [],
                                        commas: [],
                                    },
                                    right_parenthesis: Span(
                                        4,
                                        19,
                                    ),
                                },
                                return_type: None,
                                body: FunctionBody {
                                    comments: CommentGroup {
                                        comments: [],
                                    },
                                    left_brace: Span(
                                        4,
                                        21,
                                    ),
                                    statements: [],
                                    right_brace: Span(
                                        4,
                                        22,
                                    ),
                                },
                            },
                        ),
                    ],
                },
            },
        ),
    ),
]
