Skip to content

Printing a non-dereferenced pointer to a string prints out all environment variables and the stack #5

@Johan-Liebert1

Description

@Johan-Liebert1

Code in question

fun main() {
    def a: str = "helloo\n";
    def c: *str = &a;

    write(c);
}

main() 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions