#include "kstd/bits/os.hpp" namespace kstd::os { [[gnu::weak, noreturn]] auto abort() -> void { os::panic("Abort called."); } } // namespace kstd::os