cake
cake copied to clipboard
missing warning - empty controlled statement found; is this the intent?
int main() {
int i = 0;
if (i); // empty controlled statement found; is this the intent?
i++;
}