`static_assert()` is not available in C11 - however, `_Static_assert()` is. C++-like `static_assert()` was not introduced until C23.