```cpp void f(int i, bool b) { switch(i) { case 0: if (b) { return; } else {} break; } } ``` https://godbolt.org/z/fG1z7b97d