Remix.run Logo
weinzierl 4 hours ago

A fun one that'd fit list be sequence point violations like

    i = i++
radiospiel 4 hours ago | parent | next [-]

Fun, sure, but also GCC and Clang will both warn with -Wall (-Wsequence-point / -Wunsequenced).

account42 2 hours ago | parent | prev | next [-]

This would also be a code smell even if it was well defined.

leni536 2 hours ago | parent | prev [-]

Only in C, that one is defined in C++.

edit: I'm not sure it's even undefined in C.