now you made me think... what happens in c with ``...
# language-proposals
p
now you made me think... what happens in c with
Copy code
bool tru = true;
bool* pTru = &tru;
if (pTru)
😂