- print pointer
- pointer is visibly not null
- if (pointer != nullptr) block (shouldnt run)
- block runs
????
it looked like some sort of clang bug because when i removed -Oz it worked and idk why
- print pointer
- pointer is visibly not null
- if (pointer != nullptr) block (shouldnt run)
- block runs
????
it looked like some sort of clang bug because when i removed -Oz it worked and idk why