Open
Description
Describe the bug
If the guaranteed last use of a variable is in a std::cin a compiler error is thrown, since the cppfront generated code tries to std::move the variable.
First I did not realize it was because of the guaranteed last use, and while it is kinda nonsensical to read into a variable without ever reading from it, it was kinda confusing to get the cpp compiler error, as that meant I'd had to look into the cpp file as the cpp2 file was kinda "fine".
To Reproduce
https://cpp2.godbolt.org/z/d9e4bKGKW