[
    FullOpeningTag(
        FullOpeningTagStatement {
            span: Span {
                line: 1,
                column: 1,
                position: 0,
            },
        },
    ),
    Expression(
        ExpressionStatement {
            expression: ErrorSuppress(
                ErrorSuppressExpression {
                    at: Span {
                        line: 1,
                        column: 7,
                        position: 6,
                    },
                    expr: FunctionCall(
                        FunctionCallExpression {
                            target: Identifier(
                                SimpleIdentifier(
                                    SimpleIdentifier {
                                        span: Span {
                                            line: 1,
                                            column: 8,
                                            position: 7,
                                        },
                                        value: "hello",
                                    },
                                ),
                            ),
                            arguments: ArgumentList {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_parenthesis: Span {
                                    line: 1,
                                    column: 13,
                                    position: 12,
                                },
                                arguments: [],
                                right_parenthesis: Span {
                                    line: 1,
                                    column: 14,
                                    position: 13,
                                },
                            },
                        },
                    ),
                },
            ),
            ending: Semicolon(
                Span {
                    line: 1,
                    column: 15,
                    position: 14,
                },
            ),
        },
    ),
]
