cake icon indicating copy to clipboard operation
cake copied to clipboard

missing warning comparing null with int

Open thradams opened this issue 11 months ago • 0 comments

int main() {
int i = 1;
bool b = true;
if (i == b) { 
}
}

thradams avatar Mar 13 '24 19:03 thradams