Member predicate CustomOptions::exits
Holds if a call to this function will never return.
By default, this holds for exit
, _exit
, abort
, __assert_fail
,
longjmp
, error
, __builtin_unreachable
and any function with a
noreturn
attribute or specifier.