C keywords: _Noreturn (since C11)
From cppreference.com
Usage
-
_Noreturn
function specifier(deprecated in C23) -
_Noreturn
attribute-token(deprecated in C23)
Notes
Since C23, _Noreturn
is also attribute token. Its usage is deprecated and noreturn
should be used instead.