void f()
{
}
void foo() {
if (1)
if (0)
f();
else
void foo2() {
constexpr bool a = true;
if constexpr (a) {
} else {