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