[#G_ABORT_ON_FAILED_ASSUME] = G_ABORT_ON_FAILED_ASSUME :mrdocs: True when a failed Assume() should abort rather than continue. == Synopsis Declared in `<util/check.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr bool G_ABORT_ON_FAILED_ASSUME = {G_FUZZING_BUILD || #ifdef ABORT_ON_FAILED_ASSUME true #else false #endif }; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#