[
    FullOpeningTag(
        FullOpeningTagStatement {
            span: Span {
                line: 1,
                column: 1,
                position: 0,
            },
        },
    ),
    Expression(
        ExpressionStatement {
            expression: Yield(
                YieldExpression {
                    key: None,
                    value: None,
                },
            ),
            ending: Semicolon(
                Span {
                    line: 1,
                    column: 12,
                    position: 11,
                },
            ),
        },
    ),
]
