DefinitionTree {
    definitions: [
        Function(
            FunctionDefinition {
                comments: CommentGroup {
                    comments: [],
                },
                attributes: [],
                function: Span {
                    line: 1,
                    column: 1,
                    position: 0,
                },
                name: Identifier {
                    span: Span {
                        line: 1,
                        column: 10,
                        position: 9,
                    },
                    value: "main",
                },
                templates: None,
                parameters: FunctionLikeParameterListDefinition {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span {
                        line: 1,
                        column: 14,
                        position: 13,
                    },
                    parameters: CommaSeparated {
                        inner: [],
                        commas: [],
                    },
                    right_parenthesis: Span {
                        line: 1,
                        column: 15,
                        position: 14,
                    },
                },
                return_type: FunctionLikeReturnTypeDefinition {
                    colon: Span {
                        line: 1,
                        column: 16,
                        position: 15,
                    },
                    type_definition: Void(
                        Span {
                            line: 1,
                            column: 18,
                            position: 17,
                        },
                    ),
                },
                body: BlockStatement {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_brace: Span {
                        line: 1,
                        column: 23,
                        position: 22,
                    },
                    statements: [
                        Continue(
                            ContinueStatement {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                continue: Span {
                                    line: 2,
                                    column: 5,
                                    position: 28,
                                },
                                level: Some(
                                    LiteralInteger {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        value: "2",
                                        span: Span {
                                            line: 2,
                                            column: 14,
                                            position: 37,
                                        },
                                    },
                                ),
                                semicolon: Span {
                                    line: 2,
                                    column: 15,
                                    position: 38,
                                },
                            },
                        ),
                    ],
                    right_brace: Span {
                        line: 3,
                        column: 1,
                        position: 40,
                    },
                },
            },
        ),
    ],
    eof: Span {
        line: 4,
        column: 1,
        position: 42,
    },
}