P4021R0 — compile_assert - an assert that evaluates at compile time
EWGI
```cpp main4.c:15:9: note: in expansion of macro ‘compile_assert’ 15 | compile_assert(i < buf_size, "check buf index within buffer bounds"); error ```