[
    FullOpeningTag(
        Span {
            line: 1,
            column: 1,
            position: 0,
        },
    ),
    Expression(
        ExpressionStatement {
            expression: Empty {
                empty: Span {
                    line: 3,
                    column: 1,
                    position: 7,
                },
                argument: SingleArgument {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span {
                        line: 3,
                        column: 6,
                        position: 12,
                    },
                    argument: Positional {
                        comments: CommentGroup {
                            comments: [],
                        },
                        ellipsis: None,
                        value: Literal(
                            String(
                                LiteralString {
                                    value: """",
                                    span: Span {
                                        line: 3,
                                        column: 7,
                                        position: 13,
                                    },
                                },
                            ),
                        ),
                    },
                    right_parenthesis: Span {
                        line: 3,
                        column: 9,
                        position: 15,
                    },
                },
            },
            ending: Semicolon(
                Span {
                    line: 3,
                    column: 10,
                    position: 16,
                },
            ),
        },
    ),
    Expression(
        ExpressionStatement {
            expression: Empty {
                empty: Span {
                    line: 4,
                    column: 1,
                    position: 18,
                },
                argument: SingleArgument {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span {
                        line: 4,
                        column: 6,
                        position: 23,
                    },
                    argument: Positional {
                        comments: CommentGroup {
                            comments: [],
                        },
                        ellipsis: None,
                        value: Variable(
                            SimpleVariable(
                                SimpleVariable {
                                    span: Span {
                                        line: 4,
                                        column: 7,
                                        position: 24,
                                    },
                                    name: "$a",
                                },
                            ),
                        ),
                    },
                    right_parenthesis: Span {
                        line: 4,
                        column: 9,
                        position: 26,
                    },
                },
            },
            ending: Semicolon(
                Span {
                    line: 4,
                    column: 10,
                    position: 27,
                },
            ),
        },
    ),
    Expression(
        ExpressionStatement {
            expression: Empty {
                empty: Span {
                    line: 5,
                    column: 1,
                    position: 29,
                },
                argument: SingleArgument {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span {
                        line: 5,
                        column: 6,
                        position: 34,
                    },
                    argument: Positional {
                        comments: CommentGroup {
                            comments: [],
                        },
                        ellipsis: None,
                        value: Empty {
                            empty: Span {
                                line: 5,
                                column: 7,
                                position: 35,
                            },
                            argument: SingleArgument {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_parenthesis: Span {
                                    line: 5,
                                    column: 12,
                                    position: 40,
                                },
                                argument: Positional {
                                    comments: CommentGroup {
                                        comments: [],
                                    },
                                    ellipsis: None,
                                    value: Variable(
                                        SimpleVariable(
                                            SimpleVariable {
                                                span: Span {
                                                    line: 5,
                                                    column: 13,
                                                    position: 41,
                                                },
                                                name: "$a",
                                            },
                                        ),
                                    ),
                                },
                                right_parenthesis: Span {
                                    line: 5,
                                    column: 15,
                                    position: 43,
                                },
                            },
                        },
                    },
                    right_parenthesis: Span {
                        line: 5,
                        column: 16,
                        position: 44,
                    },
                },
            },
            ending: Semicolon(
                Span {
                    line: 5,
                    column: 17,
                    position: 45,
                },
            ),
        },
    ),
]
