We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Describe the bug
It seems like the pointers creating a memory issues here.
To Reproduce
main: () -> int = { y: * int; { x := unique.new<int>(10); y = x*&; } std::cout << y* ; }
Compiled with Clang and pure Cpp2.