[
    FullOpeningTag(
        Span(
            1,
            1,
        ),
    ),
    Expression {
        expression: ErrorSuppress {
            span: Span(
                1,
                7,
            ),
            expr: FunctionCall {
                target: Identifier(
                    SimpleIdentifier(
                        SimpleIdentifier {
                            span: Span(
                                1,
                                8,
                            ),
                            value: "hello",
                        },
                    ),
                ),
                arguments: ArgumentList {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span(
                        1,
                        13,
                    ),
                    arguments: [],
                    right_parenthesis: Span(
                        1,
                        14,
                    ),
                },
            },
        },
        ending: Semicolon(
            Span(
                1,
                15,
            ),
        ),
    },
]
