True when a failed Assume() should abort rather than continue.
Declared in <util/check.h>
<util/check.h>
inline constexpr bool G_ABORT_ON_FAILED_ASSUME = {G_FUZZING_BUILD || #ifdef ABORT_ON_FAILED_ASSUME true #else false #endif };