Post #2132246
2026-04-22 08:26 UTC
Can someone help me figure out how to optimise this XOR away? Nothing seems to work!
```
int main() {
auto return_value{0};
return return_value ^ return_value;
}
```
😜
Replies (0)
No replies.
2026-04-22 08:26 UTC
No replies.