The following yields the aforementioned warnings, but they shouldn't. ```cpp constexpr int f() { if consteval { return 0; } else { return 1; } } ```