[
    FullOpeningTag(
        FullOpeningTagStatement {
            span: Span {
                line: 1,
                column: 1,
                position: 0,
            },
        },
    ),
    Namespace(
        Unbraced(
            UnbracedNamespace {
                start: Span {
                    line: 3,
                    column: 1,
                    position: 7,
                },
                name: SimpleIdentifier {
                    span: Span {
                        line: 3,
                        column: 11,
                        position: 17,
                    },
                    value: "Foo\Bar",
                },
                end: Span {
                    line: 3,
                    column: 18,
                    position: 24,
                },
                statements: [
                    Function(
                        FunctionStatement {
                            comments: CommentGroup {
                                comments: [],
                            },
                            attributes: [],
                            function: Span {
                                line: 5,
                                column: 1,
                                position: 27,
                            },
                            ampersand: None,
                            name: SimpleIdentifier {
                                span: Span {
                                    line: 5,
                                    column: 10,
                                    position: 36,
                                },
                                value: "foo",
                            },
                            parameters: FunctionParameterList {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_parenthesis: Span {
                                    line: 5,
                                    column: 13,
                                    position: 39,
                                },
                                parameters: CommaSeparated {
                                    inner: [],
                                    commas: [],
                                },
                                right_parenthesis: Span {
                                    line: 5,
                                    column: 14,
                                    position: 40,
                                },
                            },
                            return_type: None,
                            body: FunctionBody {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_brace: Span {
                                    line: 5,
                                    column: 16,
                                    position: 42,
                                },
                                statements: [],
                                right_brace: Span {
                                    line: 5,
                                    column: 17,
                                    position: 43,
                                },
                            },
                        },
                    ),
                ],
            },
        ),
    ),
    Namespace(
        Unbraced(
            UnbracedNamespace {
                start: Span {
                    line: 7,
                    column: 1,
                    position: 46,
                },
                name: SimpleIdentifier {
                    span: Span {
                        line: 7,
                        column: 11,
                        position: 56,
                    },
                    value: "Foo\Baz",
                },
                end: Span {
                    line: 7,
                    column: 18,
                    position: 63,
                },
                statements: [
                    Function(
                        FunctionStatement {
                            comments: CommentGroup {
                                comments: [],
                            },
                            attributes: [],
                            function: Span {
                                line: 9,
                                column: 1,
                                position: 66,
                            },
                            ampersand: None,
                            name: SimpleIdentifier {
                                span: Span {
                                    line: 9,
                                    column: 10,
                                    position: 75,
                                },
                                value: "foo",
                            },
                            parameters: FunctionParameterList {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_parenthesis: Span {
                                    line: 9,
                                    column: 13,
                                    position: 78,
                                },
                                parameters: CommaSeparated {
                                    inner: [],
                                    commas: [],
                                },
                                right_parenthesis: Span {
                                    line: 9,
                                    column: 14,
                                    position: 79,
                                },
                            },
                            return_type: None,
                            body: FunctionBody {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_brace: Span {
                                    line: 9,
                                    column: 16,
                                    position: 81,
                                },
                                statements: [],
                                right_brace: Span {
                                    line: 9,
                                    column: 17,
                                    position: 82,
                                },
                            },
                        },
                    ),
                ],
            },
        ),
    ),
]
