Open
Description
https://godbolt.org/z/KPM8cfGoG
int m;
void func(short a, short b) {
short f = 1;
if(
(f ? ((a ? b : 0) ? 1 : 0) : 0)
-
(f ? ((a ? b : 0) ? 1 : 0) : 0)
){
m=1;
}
}
https://godbolt.org/z/KPM8cfGoG
int m;
void func(short a, short b) {
short f = 1;
if(
(f ? ((a ? b : 0) ? 1 : 0) : 0)
-
(f ? ((a ? b : 0) ? 1 : 0) : 0)
){
m=1;
}
}